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