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:
parent
edb256e754
commit
0ec0c65002
26 changed files with 376 additions and 284 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue