Skip to content

Instantly share code, notes, and snippets.

@charudatta10
Forked from geetfun/badge-styles.css
Created March 19, 2024 05:33
Show Gist options
  • Save charudatta10/a4da77d80fe423f6644b208baf0f228f to your computer and use it in GitHub Desktop.
Save charudatta10/a4da77d80fe423f6644b208baf0f228f 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