Created
July 4, 2020 13:39
-
-
Save geetfun/d108504edb46e2ad16ba92f053779fd5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.champ-moderator-badge-inner-wrapper { | |
position: relative; | |
.champ-moderator-badge-icon { | |
background: #333333; | |
color: white !important; | |
border-radius: 50px; | |
position: absolute; | |
right: 10px; | |
top: -5px; | |
font-size: 10px; | |
height: 15px; | |
width: 15px; | |
display: flex; | |
justify-content: center; | |
font-weight: bold; | |
} | |
} | |
.champ-users-online { | |
.champ-moderator-badge-inner-wrapper { | |
.champ-moderator-badge-icon { | |
top: 0; | |
right: 0; | |
border-radius: 0; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment