mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 14:43:46 +08:00
20 lines
257 B
SCSS
20 lines
257 B
SCSS
|
.groups-page {
|
||
|
.list-controls {
|
||
|
float: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
$filter-line-height: 1.5;
|
||
|
|
||
|
.groups-filter {
|
||
|
.groups-type-filter {
|
||
|
.select-kit-header {
|
||
|
line-height: $filter-line-height;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
line-height: $filter-line-height;
|
||
|
}
|
||
|
}
|