1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

Complete UI refactoring to new nav and toolbar UX

Compact design!
This commit is contained in:
McMatts 2019-05-24 12:30:31 +01:00
parent e37782e5b7
commit 6ae9414361
14 changed files with 113 additions and 90 deletions

View file

@ -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;