1 2 3 4 5 6 7 8 9 10
@import '~/styles/utils/custom-media'; .proxyLatency { border-radius: 20px; color: #eee; font-size: 0.75em; @media (--breakpoint-not-small) { font-size: 0.8em; } }