mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:36:18 +08:00
15 lines
162 B
SCSS
15 lines
162 B
SCSS
.groups-page {
|
|
h1 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.groups-filter {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
.groups-name-filter {
|
|
margin-top: 10px;
|
|
}
|
|
}
|