Skip to content

Instantly share code, notes, and snippets.

@geetfun
Created July 4, 2020 13:39
Show Gist options
  • Save geetfun/d108504edb46e2ad16ba92f053779fd5 to your computer and use it in GitHub Desktop.
Save geetfun/d108504edb46e2ad16ba92f053779fd5 to your computer and use it in GitHub Desktop.
.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