mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:54:12 +08:00
18 lines
291 B
SCSS
18 lines
291 B
SCSS
|
.user-status-message-tooltip {
|
||
|
.emoji {
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
}
|
||
|
|
||
|
.user-status-tooltip-description {
|
||
|
font-weight: bold;
|
||
|
margin-left: 0.1em;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.user-status-tooltip-until {
|
||
|
margin-top: 0.2em;
|
||
|
color: var(--primary-medium);
|
||
|
}
|
||
|
}
|