<div id="active-users-discord" class="active-users"> | |
<div id="discord-section"></div> | |
<hr /> | |
<div class="center"> | |
<a id="link-to-discord"></a> | |
</div> | |
</div> | |
.center { text-align: center; } | |
.active-users { | |
background: #FFF; | |
border: 1px solid #d9d9d9; | |
border-radius: 5px; | |
padding: 10px; | |
} | |
#discord-section { | |
.discord-user { | |
position: relative; | |
display: inline-block; | |
width: 24px; | |
height: 24px; | |
margin-right: 2px; | |
.status { | |
position: absolute; | |
bottom: 0; | |
right: -5px; | |
font-size: 10px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment