2017-03-23 18:28:42 +00:00
|
|
|
.page-customize {
|
|
|
|
@include content-container();
|
|
|
|
|
2017-04-17 19:24:14 +01:00
|
|
|
.user-admin {
|
2017-03-23 18:28:42 +00:00
|
|
|
margin: 30px 0;
|
|
|
|
|
|
|
|
> .heading {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
color: $color-off-black;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .basic-table {
|
|
|
|
background-color: $color-white;
|
2017-04-17 19:24:14 +01:00
|
|
|
border: none !important;
|
|
|
|
font-size: 1rem;
|
|
|
|
color: $color-off-black;
|
|
|
|
|
|
|
|
> thead {
|
|
|
|
> tr {
|
|
|
|
> th {
|
|
|
|
height: 40px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: $color-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
> th:first-child {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
> th:last-child {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> tbody {
|
|
|
|
> tr {
|
|
|
|
> td {
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
> .selector {
|
|
|
|
> i {
|
|
|
|
color: $color-off-black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .name {
|
|
|
|
font-size: 1rem;
|
|
|
|
color: $color-off-black;
|
|
|
|
margin: 0 0 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .email {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
color: $color-gray;
|
|
|
|
margin: 0 0 0 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> td:first-child, td:last-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-23 18:28:42 +00:00
|
|
|
}
|
|
|
|
|
2017-04-17 19:24:14 +01:00
|
|
|
.inactive-user
|
2017-03-23 18:28:42 +00:00
|
|
|
{
|
|
|
|
@extend .color-red;
|
|
|
|
font-weight: normal;
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
2017-04-17 19:24:14 +01:00
|
|
|
.admin-user
|
|
|
|
{
|
|
|
|
@extend .color-primary;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-03-23 18:28:42 +00:00
|
|
|
.checkbox {
|
|
|
|
color: $color-checkbox;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-03 09:50:38 -04:00
|
|
|
.edit-user-dialog, .delete-user-dialog, .delete-space-dialog {
|
2017-03-23 18:28:42 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2017-09-26 20:13:44 +01:00
|
|
|
|
|
|
|
.manage-space-list {
|
|
|
|
> .space {
|
2017-10-03 09:50:38 -04:00
|
|
|
margin: 20px 0;
|
2017-09-26 20:13:44 +01:00
|
|
|
}
|
|
|
|
}
|
2017-03-23 18:28:42 +00:00
|
|
|
}
|