2016-12-05 02:18:24 -06:00
|
|
|
.group-details-container {
|
2016-12-05 02:53:58 -06:00
|
|
|
background: rgba(230, 230, 230, 0.3);
|
2016-12-05 02:18:24 -06:00
|
|
|
padding: 20px;
|
2016-12-21 23:07:30 -06:00
|
|
|
margin-bottom: 15px;
|
2016-12-15 00:17:04 -06:00
|
|
|
}
|
|
|
|
|
2017-11-02 13:21:34 -05:00
|
|
|
.group-post {
|
|
|
|
.group-post-header {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.group-post-avatar {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time,
|
|
|
|
.delete-info {
|
|
|
|
color: lighten($primary, 40%);
|
2017-12-21 11:59:19 -06:00
|
|
|
font-size: 0.857em;
|
2017-11-02 13:21:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.group-member-info {
|
|
|
|
display: flex;
|
|
|
|
color: lighten($primary, 40%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-post-info {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
2017-12-21 11:59:19 -06:00
|
|
|
.group-post-title {
|
|
|
|
font-size: 1.143em;
|
|
|
|
}
|
2017-11-02 13:21:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.group-post-excerpt {
|
|
|
|
margin: 1em 0;
|
|
|
|
word-wrap: break-word;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
padding: 1em 0;
|
|
|
|
border-bottom: 1px solid $primary-low;
|
|
|
|
}
|
|
|
|
|
2016-12-14 22:07:22 -06:00
|
|
|
.group-info {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.group-info-name {
|
2017-12-21 11:59:19 -06:00
|
|
|
font-size: 1.429em;
|
2016-12-14 22:07:22 -06:00
|
|
|
font-weight: bold;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-info-full-name {
|
2017-12-21 11:59:19 -06:00
|
|
|
font-size: 1.286em;
|
2017-10-10 15:07:46 -05:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2016-12-14 22:07:22 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-12-22 00:30:49 -06:00
|
|
|
$size: 50px;
|
|
|
|
|
|
|
|
.avatar-flair-image {
|
|
|
|
width: $size;
|
|
|
|
}
|
2016-12-14 22:07:22 -06:00
|
|
|
|
2016-12-22 00:30:49 -06:00
|
|
|
.avatar-flair {
|
2016-12-14 22:07:22 -06:00
|
|
|
background-size: $size;
|
|
|
|
height: $size;
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: $size !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-11 09:36:15 -06:00
|
|
|
.group-logs-filter {
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.group-logs {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
th, tr {
|
2017-08-24 12:05:53 -05:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2016-12-11 09:36:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-logs-expand-details {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
i {
|
2017-06-11 21:20:14 -05:00
|
|
|
color: blend-primary-secondary(50%);
|
2016-12-11 09:36:15 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-30 02:11:02 -06:00
|
|
|
table.group-members {
|
|
|
|
width: 100%;
|
2016-12-07 03:28:43 -06:00
|
|
|
table-layout: fixed;
|
2016-11-30 02:11:02 -06:00
|
|
|
|
2016-12-12 23:11:34 -06:00
|
|
|
tr {
|
2017-08-24 12:05:53 -05:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2016-11-30 02:11:02 -06:00
|
|
|
}
|
|
|
|
|
2016-12-07 03:28:43 -06:00
|
|
|
th:first-child {
|
|
|
|
width: 60%;
|
2016-12-13 01:15:20 -06:00
|
|
|
text-align: left;
|
2016-12-07 03:28:43 -06:00
|
|
|
}
|
|
|
|
|
2016-12-13 01:15:20 -06:00
|
|
|
th.group-members-actions {
|
2016-12-07 03:28:43 -06:00
|
|
|
width: 5%;
|
|
|
|
}
|
|
|
|
|
2016-11-30 02:11:02 -06:00
|
|
|
th {
|
2017-08-24 12:05:53 -05:00
|
|
|
border-bottom: 3px solid $primary-low;
|
2016-12-13 01:15:20 -06:00
|
|
|
text-align: center;
|
2016-12-12 23:11:34 -06:00
|
|
|
padding: 5px 0px 5px 5px;
|
2017-10-10 15:07:46 -05:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2016-12-12 23:11:34 -06:00
|
|
|
font-weight: normal;
|
2016-12-13 01:15:20 -06:00
|
|
|
}
|
2016-12-07 03:28:43 -06:00
|
|
|
|
2016-12-13 01:15:20 -06:00
|
|
|
th.sortable {
|
2016-12-07 03:28:43 -06:00
|
|
|
i {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
2017-08-24 12:05:53 -05:00
|
|
|
background-color: $primary-low;
|
2016-12-07 03:28:43 -06:00
|
|
|
}
|
2016-11-30 02:11:02 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
.user-info {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-12-13 01:15:20 -06:00
|
|
|
td:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-11-30 02:11:02 -06:00
|
|
|
td {
|
2016-12-13 01:15:20 -06:00
|
|
|
text-align: center;
|
2017-06-11 21:20:14 -05:00
|
|
|
color: blend-primary-secondary(50%);
|
2016-11-30 02:11:02 -06:00
|
|
|
padding: 0.8em 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-owner-label {
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
2016-12-07 00:42:58 -06:00
|
|
|
.form-horizontal {
|
2016-11-30 02:11:02 -06:00
|
|
|
.group-flair-inputs {
|
|
|
|
display: inline-block;
|
|
|
|
|
2016-12-07 00:42:58 -06:00
|
|
|
input[type="text"] {
|
|
|
|
width: 80% !important;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2016-11-30 02:11:02 -06:00
|
|
|
.group-flair-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-flair-right {
|
|
|
|
float: left;
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-flair-preview {
|
|
|
|
position: relative;
|
|
|
|
width: 45px;
|
|
|
|
|
|
|
|
.avatar-wrapper {
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-21 23:07:30 -06:00
|
|
|
.group-edit {
|
|
|
|
.form-horizontal {
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2016-12-07 00:42:58 -06:00
|
|
|
}
|
|
|
|
}
|