mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
Followup a5730bfe2f
Apply admin table UI guidelines, and convert
AdminHolidaysListItem to a glimmer component.
17 lines
275 B
SCSS
Vendored
17 lines
275 B
SCSS
Vendored
@use "lib/viewport";
|
|
|
|
.region-input {
|
|
width: 50%;
|
|
|
|
@include viewport.until(md) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.admin-holidays-list {
|
|
.d-table__row.--disabled td {
|
|
background-color: var(--primary-very-low);
|
|
color: var(--primary-medium);
|
|
font-style: italic;
|
|
}
|
|
}
|