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

66 lines
712 B
SCSS
Raw Normal View History

.group {
margin-top: 15px;
}
.group-header {
margin: 0px;
}
.group-name {
margin: 5px 0px 0px 0px;
}
.group-nav, .group-outlet {
width: 100%;
}
2016-12-06 04:02:28 -05:00
.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
}
}
}
2016-12-11 10:36:15 -05:00
table.group-logs {
width: 130%;
}
table.group-members {
th {
text-align: center;
}
tr {
.user-info {
width: 130px;
}
td {
padding-left: 0.5em;
}
}
}