mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
26 lines
323 B
SCSS
26 lines
323 B
SCSS
.groups-page {
|
|
.list-controls {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
thead {
|
|
.d-icon {
|
|
padding-left: 2px;
|
|
}
|
|
}
|
|
|
|
$filter-line-height: 1.5;
|
|
|
|
.groups-header-filters {
|
|
.groups-header-filters-type {
|
|
.select-kit-header {
|
|
line-height: $filter-line-height;
|
|
}
|
|
}
|
|
|
|
input {
|
|
line-height: $filter-line-height;
|
|
}
|
|
}
|