2016-11-30 02:11:02 -06:00
|
|
|
.group-nav {
|
2018-03-29 01:57:10 -05:00
|
|
|
.group-dropdown {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
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 {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2018-04-10 01:22:57 -05:00
|
|
|
padding: 8px 0;
|
2016-12-21 23:07:30 -06:00
|
|
|
|
2018-03-27 00:52:28 -05:00
|
|
|
&.active {
|
|
|
|
background-color: transparent;
|
|
|
|
font-weight: bold;
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--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,
|
2018-06-08 04:49:31 -05:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-04-05 22:36:57 -05:00
|
|
|
|
2020-08-06 11:27:27 -05:00
|
|
|
.groups-form.groups-notifications-form {
|
|
|
|
width: 500px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|