discourse/app/assets/stylesheets/desktop/group.scss
Joffrey JAFFEUX 174d392e5a
DEV: adds prettier (#5956)
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.
2018-06-08 11:49:31 +02:00

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;
}