mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:38:35 +08:00
20 lines
273 B
SCSS
20 lines
273 B
SCSS
.groups-page {
|
|
.list-controls {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
$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;
|
|
}
|
|
}
|