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