mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:18:33 +08:00
3ba0a47e61
Included: * DEV: Span can't contains divs * DEV: Drop extra elements * UX: Tweak `group` layout to fix button alignment * UX: Add space between "Members" and "(N)"
49 lines
677 B
SCSS
49 lines
677 B
SCSS
.group-nav {
|
|
.group-dropdown {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.group-navigation {
|
|
width: 15%;
|
|
background-color: transparent;
|
|
|
|
li {
|
|
border: none;
|
|
|
|
a {
|
|
color: var(--primary-med-or-secondary-high);
|
|
padding: 8px 0;
|
|
|
|
&.active {
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: var(--primary);
|
|
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-activity-outlet,
|
|
.group-messages-outlet,
|
|
.group-manage-outlet {
|
|
width: 85%;
|
|
}
|
|
|
|
.group-manage {
|
|
.form-horizontal {
|
|
button {
|
|
float: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.groups-form.groups-notifications-form {
|
|
width: 500px;
|
|
max-width: 100%;
|
|
}
|