This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
desktops | |
higher resolution | |
*/ | |
@media (min-width: 1281px) | |
/* | |
laptops, | |
desktops | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.is-online { | |
height: 16px; | |
width: 16px; | |
display: inline-block; | |
border-radius: 50%; | |
background-color: $green; | |
animation: blink 2s ease-in-out 0s 3; | |
-webkit-animation: blink 2s ease-in-out 0s 3; | |
} |