discourse/app/assets/stylesheets/desktop/group.scss

61 lines
807 B
SCSS
Raw Normal View History

.group-nav {
li {
float: left;
a, i {
2017-10-10 15:07:46 -05:00
color: dark-light-choose($primary-medium, $secondary-high);
}
.active {
a, i {
color: $secondary;
}
}
}
margin-bottom: 30px;
}
2016-12-14 22:07:22 -06:00
.group-info {
margin-bottom: 20px;
}
2018-03-27 00:52:28 -05:00
.group-navigation {
width: 15%;
background-color: transparent;
li {
border: none;
a {
2018-03-27 00:52:28 -05:00
color: dark-light-choose($primary-medium, $secondary-high);
padding: 8px 13px;
2018-03-27 00:52:28 -05:00
&.active {
background-color: transparent;
font-weight: bold;
color: $primary;
2018-03-27 00:52:28 -05:00
&:after {
display: none;
}
}
}
}
}
.group-activity-outlet,
.group-messages-outlet,
.group-manage-outlet
{
width: 85%;
}
.group-manage {
.form-horizontal {
button {
float: none;
}
}
}