mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 05:53:38 +08:00
23 lines
428 B
SCSS
23 lines
428 B
SCSS
[data-content][data-identifier="user-status-message-tooltip"] {
|
|
.emoji {
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
|
|
.user-status-message-description {
|
|
margin-left: 0.1rem;
|
|
color: var(--primary-800);
|
|
}
|
|
|
|
.user-status-tooltip-description {
|
|
font-weight: bold;
|
|
margin-left: 0.25rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.user-status-tooltip-until {
|
|
color: var(--primary-medium);
|
|
padding-left: 0.25rem;
|
|
}
|
|
}
|