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

25 lines
390 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
}
@include breakpoint(mobile-small) {
.groups-header-filters-name {
width: 50%;
}
.groups-header-filters-type {
width: 100%;
}
}
2018-03-19 06:47:25 -04:00
}