1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/styles/view/page-customize.scss
2017-07-19 14:48:33 +01:00

92 lines
1.3 KiB
SCSS

.page-customize {
@include content-container();
.user-admin {
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;
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;
}
}
}
}
.inactive-user
{
@extend .color-red;
font-weight: normal;
text-decoration: line-through;
}
.admin-user
{
@extend .color-primary;
font-weight: normal;
}
.checkbox {
color: $color-checkbox;
cursor: pointer;
}
}
.edit-user-dialog, .delete-user-dialog {
display: none;
}
}