overleaf/services/web/public/stylesheets/app/editor/online-users.less
2014-07-17 15:25:22 +01:00

14 lines
No EOL
259 B
Text

.online-users {
.online-user {
background-color: rgb(0, 170, 255);
width: 24px;
display: inline-block;
height: 24px;
margin-right: 8px;
text-align: center;
color: white;
text-transform: uppercase;
border-radius: 3px;
cursor: pointer;
}
}