mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +08:00
174d392e5a
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.
53 lines
723 B
SCSS
53 lines
723 B
SCSS
.group-nav {
|
|
.group-dropdown {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.group-info {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.group-navigation {
|
|
width: 15%;
|
|
background-color: transparent;
|
|
|
|
li {
|
|
border: none;
|
|
|
|
a {
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
|
padding: 8px 0;
|
|
|
|
&.active {
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: $primary;
|
|
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-activity-outlet,
|
|
.group-messages-outlet,
|
|
.group-manage-outlet {
|
|
width: 85%;
|
|
}
|
|
|
|
.group-manage {
|
|
.form-horizontal {
|
|
button {
|
|
float: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-details-button {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
}
|