mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 03:27:31 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
17 lines
231 B
SCSS
17 lines
231 B
SCSS
.groups-page {
|
|
h1 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.groups-header-filters {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
.groups-header-filters-name,
|
|
.groups-header-filters-type,
|
|
.groups-header-new {
|
|
margin-top: 10px;
|
|
}
|
|
}
|