2016-11-30 16:11:02 +08:00
|
|
|
.group-header {
|
|
|
|
font-size: 2.142em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2016-12-07 10:20:13 +08:00
|
|
|
.group-name {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 5px;
|
|
|
|
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
|
|
|
}
|
|
|
|
|
2016-12-05 16:18:24 +08:00
|
|
|
.group-details-container {
|
2016-12-05 16:53:58 +08:00
|
|
|
background: rgba(230, 230, 230, 0.3);
|
2016-12-05 16:18:24 +08:00
|
|
|
padding: 20px;
|
2016-12-05 16:53:58 +08:00
|
|
|
margin-bottom: 30px;
|
2016-12-05 16:18:24 +08:00
|
|
|
}
|
|
|
|
|
2016-11-30 16:11:02 +08:00
|
|
|
table.group-members {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
th, tr {
|
|
|
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
.user-info {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
|
|
|
padding: 0.8em 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-owner-label {
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
2016-12-05 16:53:58 +08:00
|
|
|
.group-details {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-12-07 10:20:13 +08:00
|
|
|
.group-details {
|
2016-11-30 16:11:02 +08:00
|
|
|
span {
|
2016-12-07 10:20:13 +08:00
|
|
|
display: inline-block;
|
2016-11-30 16:11:02 +08:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-flair {
|
2016-12-07 10:20:13 +08:00
|
|
|
$size: 50px;
|
2016-11-30 16:11:02 +08:00
|
|
|
|
|
|
|
background-size: $size;
|
|
|
|
height: $size;
|
|
|
|
width: $size;
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: $size !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-07 10:20:13 +08:00
|
|
|
.group-edit {
|
2016-12-05 16:53:58 +08:00
|
|
|
float: right;
|
2016-11-30 16:11:02 +08:00
|
|
|
}
|
|
|
|
|
2016-12-05 16:18:24 +08:00
|
|
|
.groups.edit-group .form-horizontal {
|
|
|
|
textarea {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
2016-11-30 16:11:02 +08:00
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"] {
|
|
|
|
width: 80% !important;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-flair-inputs {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#add-user-to-group {
|
2016-12-05 16:53:58 +08:00
|
|
|
margin: 0px;
|
|
|
|
|
2016-11-30 16:11:02 +08:00
|
|
|
.ac-wrap {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|