2016-11-30 02:11:02 -06:00
|
|
|
.group {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2016-12-07 16:24:32 -06:00
|
|
|
.group-header {
|
2018-01-25 08:53:36 -06:00
|
|
|
margin: 0;
|
2016-12-07 16:24:32 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.group-name {
|
2018-01-25 08:53:36 -06:00
|
|
|
margin: 5px 0 0 0;
|
2016-12-07 16:24:32 -06:00
|
|
|
}
|
|
|
|
|
2016-12-21 23:07:30 -06:00
|
|
|
.group-nav {
|
2016-11-30 02:11:02 -06:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-12-06 03:02:28 -06:00
|
|
|
.group-details-container {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-nav.mobile-nav {
|
2017-03-15 01:52:49 -05:00
|
|
|
float: left;
|
2016-12-21 23:07:30 -06:00
|
|
|
}
|
2016-12-06 03:02:28 -06:00
|
|
|
|
2018-03-26 23:18:03 -05:00
|
|
|
.group-activity, .group-manage {
|
2016-12-21 23:07:30 -06:00
|
|
|
position: relative;
|
|
|
|
}
|
2016-12-06 03:02:28 -06:00
|
|
|
|
2018-03-27 00:52:28 -05:00
|
|
|
.group-navigation {
|
2018-03-16 01:56:10 -05:00
|
|
|
&.mobile-nav {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2018-04-05 22:36:57 -05:00
|
|
|
top: -51px;
|
2018-03-16 01:56:10 -05:00
|
|
|
}
|
2016-12-21 23:07:30 -06:00
|
|
|
}
|
2016-12-06 03:02:28 -06:00
|
|
|
|
2018-03-16 01:56:10 -05:00
|
|
|
.group-activity-outlet, .group-messages-outlet {
|
2016-12-21 23:07:30 -06:00
|
|
|
float: none;
|
2016-12-06 03:02:28 -06:00
|
|
|
}
|
|
|
|
|
2016-12-13 01:26:16 -06:00
|
|
|
.form-horizontal {
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-flair-inputs {
|
|
|
|
.group-flair-right {
|
2018-01-25 08:53:36 -06:00
|
|
|
margin: 0
|
2016-12-13 01:26:16 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-26 23:18:03 -05:00
|
|
|
table.group-manage-logs {
|
2016-12-11 09:36:15 -06:00
|
|
|
width: 130%;
|
|
|
|
}
|
|
|
|
|
2018-03-22 03:55:03 -05:00
|
|
|
.group-members {
|
|
|
|
.group-member {
|
|
|
|
border-top: 1px solid $primary-low;
|
2016-11-30 02:11:02 -06:00
|
|
|
|
|
|
|
.user-info {
|
2018-03-22 03:55:03 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
margin-top: 0;
|
2016-11-30 02:11:02 -06:00
|
|
|
}
|
|
|
|
|
2018-03-22 03:55:03 -05:00
|
|
|
.group-member-info {
|
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2016-11-30 02:11:02 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-03-29 01:57:10 -05:00
|
|
|
|
2018-04-12 20:16:51 -05:00
|
|
|
.group-outlet {
|
|
|
|
.group-username-filter {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: -42px;
|
|
|
|
height: 27px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-members-manage {
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-members-dropdown,
|
|
|
|
.group-members-add {
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
2018-03-29 01:57:10 -05:00
|
|
|
}
|
2018-04-05 22:36:57 -05:00
|
|
|
|
2018-04-12 20:16:51 -05:00
|
|
|
|
2018-04-05 22:36:57 -05:00
|
|
|
.group-add-members-btn {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|