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