mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Redesign setting screens
We're using iconography to stylize each setting screen. Imeplemented new color palletes and shades.
This commit is contained in:
parent
02102f9bf3
commit
f442081a41
42 changed files with 563 additions and 548 deletions
|
@ -1,15 +1,4 @@
|
|||
.view-customize {
|
||||
> .admin-heading {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
> .sub-heading {
|
||||
font-size: 1.1rem;
|
||||
color: map-get($gray-shades, 600);
|
||||
}
|
||||
|
||||
.user-table {
|
||||
tbody tr td, thead tr th {
|
||||
border-top: none !important;
|
||||
|
@ -157,9 +146,9 @@
|
|||
|
||||
> .backup-zone {
|
||||
@include border-radius(3px);
|
||||
border: 1px solid map-get($gray-shades, 300);
|
||||
border: 1px solid map-get($green-shades, 200);
|
||||
padding: 20px 20px;
|
||||
background-color: map-get($green-shades, 200);
|
||||
background-color: map-get($green-shades, 100);
|
||||
color: $color-black-light-1;
|
||||
|
||||
> .backup-fail {
|
||||
|
@ -175,10 +164,10 @@
|
|||
|
||||
> .restore-zone {
|
||||
@include border-radius(3px);
|
||||
border: 1px solid map-get($gray-shades, 300);
|
||||
border: 1px solid map-get($red-shades, 200);
|
||||
margin: 50px 0;
|
||||
padding: 20px 20px;
|
||||
background-color: map-get($red-shades, 200);
|
||||
background-color: map-get($red-shades, 100);
|
||||
color: $color-black-light-1;
|
||||
|
||||
> .restore-fail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue