2016-12-14 04:26:16 -05:00
|
|
|
.groups-page {
|
|
|
|
h1 {
|
2018-03-19 05:16:51 -04:00
|
|
|
margin-bottom: 20px;
|
|
|
|
display: inline-block;
|
2016-12-14 04:26:16 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-29 02:57:10 -04:00
|
|
|
.groups-header {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.groups-header-filters {
|
2018-03-21 02:22:34 -04:00
|
|
|
display: inline-block;
|
2018-03-21 04:32:08 -04:00
|
|
|
|
2018-03-29 02:57:10 -04:00
|
|
|
.groups-header-filters-type {
|
2018-03-23 01:46:02 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-03-29 02:57:10 -04:00
|
|
|
.groups-header-filters-name {
|
2018-03-23 01:46:02 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0;
|
2018-03-21 04:32:08 -04:00
|
|
|
}
|
2018-03-19 05:16:51 -04:00
|
|
|
}
|
|
|
|
|
2016-12-14 04:26:16 -05:00
|
|
|
.groups-table {
|
|
|
|
width: 100%;
|
|
|
|
|
2016-12-14 23:07:22 -05:00
|
|
|
th {
|
2017-10-10 16:07:46 -04:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2018-03-19 04:14:50 -04:00
|
|
|
padding: 0.5em;
|
2016-12-14 23:07:22 -05:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-03-19 04:14:50 -04:00
|
|
|
.sortable {
|
|
|
|
&:hover {
|
|
|
|
background-color: $primary-low;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-14 23:07:22 -05:00
|
|
|
tr {
|
|
|
|
td {
|
2018-03-19 04:14:50 -04:00
|
|
|
padding: 0.8em;
|
2018-03-29 02:57:10 -04:00
|
|
|
color: $primary-medium;
|
2016-12-14 23:07:22 -05:00
|
|
|
}
|
|
|
|
|
2018-03-20 03:50:46 -04:00
|
|
|
td.groups-info {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2018-03-19 06:28:57 -04:00
|
|
|
td.group-user-status {
|
|
|
|
i {
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-14 23:07:22 -05:00
|
|
|
td.groups-user-count {
|
2018-03-29 02:57:10 -04:00
|
|
|
width: 17%;
|
|
|
|
font-size: $font-up-2;
|
2016-12-14 23:07:22 -05:00
|
|
|
}
|
2018-03-29 02:57:10 -04:00
|
|
|
|
|
|
|
td.groups-table-type {
|
|
|
|
width: 17%;
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.groups-table-membership {
|
|
|
|
.group-membership-button {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span {
|
2018-03-29 06:14:17 -04:00
|
|
|
margin-right: 5px;
|
2018-03-29 02:57:10 -04:00
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
|
|
|
}
|
2018-06-08 05:49:31 -04:00
|
|
|
}
|
2016-12-14 23:07:22 -05:00
|
|
|
|
|
|
|
.groups-info {
|
|
|
|
.groups-info-name {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $primary;
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2016-12-14 23:07:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.groups-info-full-name {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2016-12-14 23:07:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.groups-info-title {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2016-12-14 23:07:22 -05:00
|
|
|
}
|
|
|
|
|
2016-12-14 04:26:16 -05:00
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-01-02 21:07:11 -05:00
|
|
|
$size: 40px;
|
2016-12-14 04:26:16 -05:00
|
|
|
|
2017-01-02 21:07:11 -05:00
|
|
|
.avatar-flair {
|
2016-12-14 04:26:16 -05:00
|
|
|
background-size: $size;
|
|
|
|
height: $size;
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: $size !important;
|
|
|
|
}
|
|
|
|
}
|
2017-01-02 21:07:11 -05:00
|
|
|
|
|
|
|
.avatar-flair-image {
|
|
|
|
width: $size;
|
|
|
|
}
|
2016-12-14 04:26:16 -05:00
|
|
|
}
|
|
|
|
}
|