mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Complete UI refactoring to new nav and toolbar UX
Compact design!
This commit is contained in:
parent
e37782e5b7
commit
6ae9414361
14 changed files with 113 additions and 90 deletions
|
@ -85,6 +85,10 @@
|
|||
font-weight: bold;
|
||||
background-color: $color-white;
|
||||
@extend .no-select;
|
||||
|
||||
&:hover {
|
||||
background-color: $theme-100;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -108,12 +112,13 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 15px;
|
||||
padding: 0 15px 0 20px;
|
||||
|
||||
> div[class^="zone-"], > div[class*=" zone-"] {
|
||||
margin: 0;
|
||||
// padding: 10px 10px;
|
||||
padding: 0;
|
||||
align-items: center;
|
||||
align-self: center;
|
||||
|
||||
> .label {
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue