1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Applied new layout to space admin screens

Applied the new master layout and UI controls to the following space admin screens:

1. General options.
2. Deletion.
3. Permissions.
4. Content blocks.

Co-Authored-By: Harvey Kandola <harvey@documize.com>
This commit is contained in:
McMatts 2018-12-17 18:32:26 +00:00
parent d5b5e015d1
commit 60e92b63a9
15 changed files with 309 additions and 226 deletions

View file

@ -138,15 +138,31 @@
}
.space-admin {
> .title {
font-size: 1.5rem;
font-weight: bold;
color: map-get($gray-shades, 800);
}
> .blocks {
margin: 0;
padding: 0;
> .sub-title {
font-size: 1.1rem;
color: map-get($gray-shades, 600);
> .block {
@include card();
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;
width: 100%;
position: relative;
> .name {
font-size: 1.3rem;
font-weight: 700;
color: map-get($gray-shades, 800);
}
> .desc {
font-size: 1.1rem;
font-weight: 400;
margin: 0.4rem 0 1rem 0;
color: $color-black-light-3;
}
}
}
> .permission-table {