mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +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
|
@ -10,3 +10,22 @@
|
|||
font-weight: 400;
|
||||
color: map-get($gray-shades, 800);
|
||||
}
|
||||
|
||||
.logo-heading {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
> .image {
|
||||
align-self: center;
|
||||
margin-right: 25px;
|
||||
|
||||
> i {
|
||||
font-size: 3.5rem;
|
||||
color: map-get($gray-shades, 600);
|
||||
}
|
||||
}
|
||||
|
||||
> .text {
|
||||
align-self: flex-start;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue