mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
b8cc1072cc
This reverts commit abcdd8d367e8db430119f847f029e9cc94e62cb6.
23 lines
380 B
SCSS
23 lines
380 B
SCSS
.user-status-message-description {
|
|
margin-left: 0.1em;
|
|
color: var(--primary-800);
|
|
}
|
|
|
|
.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);
|
|
}
|
|
}
|