mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 08:32:26 +08:00
66 lines
712 B
SCSS
66 lines
712 B
SCSS
.group {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.group-header {
|
|
margin: 0px;
|
|
}
|
|
|
|
.group-name {
|
|
margin: 5px 0px 0px 0px;
|
|
}
|
|
|
|
.group-nav, .group-outlet {
|
|
width: 100%;
|
|
}
|
|
|
|
.group-details-container {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.group-nav.mobile-nav {
|
|
margin-bottom: 15px;
|
|
|
|
> li {
|
|
a {
|
|
color: white;
|
|
|
|
.fa { color: white; }
|
|
}
|
|
}
|
|
|
|
background-color: $quaternary;
|
|
}
|
|
|
|
.form-horizontal {
|
|
.control-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.group-flair-inputs {
|
|
.group-flair-right {
|
|
margin: 0px
|
|
}
|
|
}
|
|
}
|
|
|
|
table.group-logs {
|
|
width: 130%;
|
|
}
|
|
|
|
table.group-members {
|
|
th {
|
|
text-align: center;
|
|
}
|
|
|
|
tr {
|
|
.user-info {
|
|
width: 130px;
|
|
}
|
|
|
|
td {
|
|
padding-left: 0.5em;
|
|
}
|
|
}
|
|
}
|