discourse/app/assets/stylesheets/mobile/groups.scss

17 lines
232 B
SCSS
Raw Normal View History

2018-03-19 18:47:25 +08:00
.groups-page {
h1 {
margin-top: 20px;
}
2018-03-29 14:57:10 +08:00
.groups-header-filters {
display: block;
float: none;
}
2018-03-29 14:57:10 +08:00
.groups-header-filters-name,
.groups-header-filters-type,
.groups-header-new {
margin-top: 10px;
2018-03-19 18:47:25 +08:00
}
}