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

75 lines
971 B
SCSS
Raw Normal View History

.group-nav {
2018-03-29 02:57:10 -04:00
.group-dropdown {
margin-right: 10px;
i {
color: $primary;
}
}
li {
float: left;
a, i {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-high);
}
.active {
a, i {
color: $secondary;
}
}
}
margin-bottom: 30px;
}
2016-12-14 23:07:22 -05:00
.group-info {
margin-bottom: 20px;
}
2018-03-27 01:52:28 -04:00
.group-navigation {
width: 15%;
background-color: transparent;
li {
border: none;
a {
2018-03-27 01:52:28 -04:00
color: dark-light-choose($primary-medium, $secondary-high);
padding: 8px 13px;
2018-03-27 01:52:28 -04:00
&.active {
background-color: transparent;
font-weight: bold;
color: $primary;
2018-03-27 01:52:28 -04:00
&: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;
}