mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:15:46 +08:00
17 lines
232 B
SCSS
17 lines
232 B
SCSS
.groups-page {
|
|
h1 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.groups-header-filters {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
.groups-header-filters-name,
|
|
.groups-header-filters-type,
|
|
.groups-header-new {
|
|
margin-top: 10px;
|
|
}
|
|
}
|