2016-11-30 03:11:02 -05:00
|
|
|
.group-nav {
|
2018-03-29 02:57:10 -04:00
|
|
|
.group-dropdown {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-11-30 03:11:02 -05:00
|
|
|
}
|
2016-12-14 23:07:22 -05:00
|
|
|
.group-info {
|
2016-11-30 03:11:02 -05:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2016-12-22 00:07:30 -05:00
|
|
|
|
2018-03-27 01:52:28 -04:00
|
|
|
.group-navigation {
|
2016-12-22 00:07:30 -05:00
|
|
|
width: 15%;
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
li {
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
a {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2018-04-10 02:22:57 -04:00
|
|
|
padding: 8px 0;
|
2016-12-22 00:07:30 -05:00
|
|
|
|
2018-03-27 01:52:28 -04:00
|
|
|
&.active {
|
|
|
|
background-color: transparent;
|
|
|
|
font-weight: bold;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2016-12-22 00:07:30 -05:00
|
|
|
|
2018-03-27 01:52:28 -04:00
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2016-12-22 00:07:30 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-27 00:18:03 -04:00
|
|
|
.group-activity-outlet,
|
|
|
|
.group-messages-outlet,
|
2018-06-08 05:49:31 -04:00
|
|
|
.group-manage-outlet {
|
2016-12-22 00:07:30 -05:00
|
|
|
width: 85%;
|
|
|
|
}
|
|
|
|
|
2018-03-27 00:18:03 -04:00
|
|
|
.group-manage {
|
2016-12-22 00:07:30 -05:00
|
|
|
.form-horizontal {
|
|
|
|
button {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-04-05 23:36:57 -04:00
|
|
|
|
2020-08-06 12:27:27 -04:00
|
|
|
.groups-form.groups-notifications-form {
|
|
|
|
width: 500px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|