1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-29 10:09:43 +02:00
documize/gui/app/styles/view/folder/settings.scss

40 lines
611 B
SCSS
Raw Normal View History

2017-09-13 19:22:38 +01:00
.space-settings {
> .panel {
@include content-container();
@include ease-in();
@extend .transition-all;
}
.permissions-table {
padding: 0;
margin: 0 0 30px 0;
width: 100%;
> .row {
padding: 8px 0;
> .permission-name-cell {
font-size: 1.1rem;
background-color: $color-off-white;
padding: 10px 10px;
2017-09-13 19:22:38 +01:00
}
> .permission-roles-cell {
margin: 15px 0 20px 40px;
2017-09-13 19:22:38 +01:00
> .role-category {
color: $color-gray;
font-weight: bold;
display: inline-block;
}
> label {
color: $color-gray;
font-weight: normal;
}
}
}
}
}