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

73 lines
821 B
SCSS
Raw Normal View History

.group {
margin-top: 15px;
}
.group-header {
margin: 0;
}
.group-name {
margin: 5px 0 0 0;
}
.group-nav {
width: 100%;
}
2016-12-06 04:02:28 -05:00
.group-details-container {
margin-bottom: 15px;
}
.group-nav.mobile-nav {
margin-bottom: 15px;
float: left;
}
2016-12-06 04:02:28 -05:00
.group-activity {
position: relative;
}
2016-12-06 04:02:28 -05:00
2018-03-16 02:56:10 -04:00
.group-activity-nav, .group-messages-nav {
&.mobile-nav {
position: absolute;
right: 0;
top: -57px;
}
}
2016-12-06 04:02:28 -05:00
2018-03-16 02:56:10 -04:00
.group-activity-outlet, .group-messages-outlet {
float: none;
2016-12-06 04:02:28 -05:00
}
.form-horizontal {
.control-group {
margin-bottom: 10px;
}
.group-flair-inputs {
.group-flair-right {
margin: 0
}
}
}
2016-12-11 10:36:15 -05:00
table.group-logs {
width: 130%;
}
table.group-members {
th {
text-align: center;
}
tr {
.user-info {
width: auto;
}
td {
padding-left: 0.5em;
}
}
}