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 {
|
2018-03-21 14:22:34 +08:00
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2018-03-29 14:57:10 +08:00
|
|
|
.groups-header-filters-name,
|
2018-06-08 17:49:31 +08:00
|
|
|
.groups-header-filters-type,
|
2018-03-29 14:57:10 +08:00
|
|
|
.groups-header-new {
|
2018-03-21 14:22:34 +08:00
|
|
|
margin-top: 10px;
|
2018-03-19 18:47:25 +08:00
|
|
|
}
|
2018-11-13 07:13:42 +08:00
|
|
|
@include breakpoint(mobile-small) {
|
|
|
|
.groups-header-filters-name {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.groups-header-filters-type {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2018-03-19 18:47:25 +08:00
|
|
|
}
|