1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Complete UI revamp for admin screens

This commit is contained in:
Harvey Kandola 2018-12-14 15:47:41 +00:00
parent edb256e754
commit 0ec0c65002
26 changed files with 376 additions and 284 deletions

View file

@ -3,13 +3,16 @@
}
.dmz-toolbar {
display: inline-block;
display: inline-flex;
// flex: 0 1 auto;
flex-basis: auto;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
height: 30px;
padding: 5px 10px;
width: auto;
padding: 6px 10px;
line-height: 24px;
@extend .no-select;
@include border-radius(6px);
@ -18,7 +21,7 @@
font-size: 16px;
font-weight: 500;
color: map-get($gray-shades, 600);
padding: 0 0.25rem;
padding: 0 0.5rem;
cursor: pointer;
&:hover {
@ -26,6 +29,16 @@
}
}
> .label {
// display: inline-block;
font-size: 14px;
font-weight: 500;
color: map-get($gray-shades, 600);
padding: 0 0.5rem;
align-self: center;
cursor: pointer;
}
> .red {
color: map-get($red-shades, 500);
@ -53,7 +66,7 @@
.dmz-toolbar-large {
height: 40px;
padding: 7px 10px;
padding: 9px 10px;
line-height: 33px;
> .dicon {