mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
14 lines
No EOL
259 B
Text
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;
|
|
}
|
|
} |