2016-12-14 17:26:16 +08:00
|
|
|
.groups-page {
|
|
|
|
h1 {
|
|
|
|
margin: 20px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.groups-table {
|
|
|
|
width: 100%;
|
|
|
|
|
2016-12-15 12:07:22 +08:00
|
|
|
th {
|
2017-10-11 04:07:46 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2016-12-15 12:07:22 +08:00
|
|
|
padding: 5px 0px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
2017-06-12 10:20:14 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2016-12-15 12:07:22 +08:00
|
|
|
|
|
|
|
td {
|
2017-06-12 10:20:14 +08:00
|
|
|
color: blend-primary-secondary(50%);
|
2016-12-15 12:07:22 +08:00
|
|
|
padding: 0.8em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.groups-user-count {
|
2017-12-22 01:59:19 +08:00
|
|
|
font-size: 1.286em;
|
2016-12-15 12:07:22 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.groups-info {
|
|
|
|
.groups-info-name {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $primary;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2016-12-15 12:07:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.groups-info-full-name {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2016-12-15 12:07:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.groups-info-title {
|
2017-12-22 01:59:19 +08:00
|
|
|
font-size: 0.857em;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2016-12-15 12:07:22 +08:00
|
|
|
}
|
|
|
|
|
2016-12-14 17:26:16 +08:00
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-01-03 10:07:11 +08:00
|
|
|
$size: 40px;
|
2016-12-14 17:26:16 +08:00
|
|
|
|
2017-01-03 10:07:11 +08:00
|
|
|
.avatar-flair {
|
2016-12-14 17:26:16 +08:00
|
|
|
background-size: $size;
|
|
|
|
height: $size;
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: $size !important;
|
|
|
|
}
|
|
|
|
}
|
2017-01-03 10:07:11 +08:00
|
|
|
|
|
|
|
.avatar-flair-image {
|
|
|
|
width: $size;
|
|
|
|
}
|
2016-12-14 17:26:16 +08:00
|
|
|
}
|
|
|
|
}
|