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

Implement new toolbar for document view

This commit is contained in:
sauls8t 2018-12-19 19:23:17 +00:00
parent 93253be0f2
commit 329c43eba0
9 changed files with 59 additions and 50 deletions

View file

@ -81,6 +81,19 @@
text-transform: uppercase;
}
> .label-template {
@include border-radius(3px);
@extend .no-select;
display: inline-block;
margin: 5px 5px 5px 0;
padding: 0.3rem 0.7rem;
font-size: 1.1rem;
font-weight: 500;
background-color: map-get($yellow-shades, 300);
color: map-get($yellow-shades, 800);
text-transform: uppercase;
}
> .document-heading {
.name {
color: map-get($gray-shades, 900);

View file

@ -54,7 +54,7 @@
@include border-radius(5px);
@extend .no-select;
text-align: right;
margin: 2rem 0;
margin: 1.5rem 0;
display: block;
cursor: pointer;
@ -64,6 +64,7 @@
vertical-align: middle;
padding: 0.5rem;
font-size: 16px;
@extend %toolbar-shadow;
&:hover {
color: map-get($yellow-shades, 700);