mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
85fddf58bc
This reverts commits 0623ac684a65f95ce4f5438ff47944b1dc2119f4 408e71e437ef8abf98f93e3449898bf906766b0e a32fa3b9470dde0543fcee809f2abd1f219f7336 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);
|
|
}
|
|
}
|