mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 08:52:55 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
This reverts commits0623ac684a
408e71e437
a32fa3b947
User tips were running into some issues.
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);
|
|
}
|
|
}
|