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

17 lines
231 B
SCSS
Raw Normal View History

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