mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39: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
8
gui/app/styles/core/bootstrap.scss
vendored
8
gui/app/styles/core/bootstrap.scss
vendored
|
@ -59,19 +59,23 @@ $input-btn-focus-color: rgba($theme-500, .25);
|
|||
// form labels
|
||||
.form-group {
|
||||
> label {
|
||||
color: map-get($gray-shades, 800);
|
||||
color: map-get($gray-shades, 700);
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
> small, > div[class*="col"] > small {
|
||||
color: map-get($gray-shades, 600);
|
||||
font-size: 1rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
> small.highlight, > div[class*="col"] > small.highlight {
|
||||
font-size: 1rem;
|
||||
color: map-get($yellow-shades, 700) !important;
|
||||
}
|
||||
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
||||
// links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue