mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
69 lines
894 B
SCSS
69 lines
894 B
SCSS
.group-nav {
|
|
.group-dropdown {
|
|
margin-right: 10px;
|
|
|
|
i {
|
|
color: $primary;
|
|
}
|
|
}
|
|
|
|
li {
|
|
float: left;
|
|
|
|
a, i {
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
|
}
|
|
|
|
.active {
|
|
a, i {
|
|
color: $secondary;
|
|
}
|
|
}
|
|
}
|
|
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.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 13px;
|
|
|
|
&.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;
|
|
}
|
|
}
|
|
}
|