discourse/app/assets/stylesheets/desktop/group.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
677 B
SCSS
Raw Normal View History

.group-nav {
2018-03-29 14:57:10 +08:00
.group-dropdown {
margin-right: 10px;
}
}
2018-03-27 13:52:28 +08:00
.group-navigation {
width: 15%;
background-color: transparent;
li {
border: none;
a {
color: var(--primary-med-or-secondary-high);
padding: 8px 0;
2018-03-27 13:52:28 +08:00
&.active {
background-color: transparent;
font-weight: bold;
color: var(--primary);
2018-03-27 13:52:28 +08:00
&: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%;
}