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

document tag editor re-vamped

This commit is contained in:
Harvey Kandola 2017-09-25 11:52:26 +01:00
parent d6e18b4289
commit 9ccd0fd19c
9 changed files with 54 additions and 48 deletions

View file

@ -5,7 +5,7 @@
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1rem;
font-size: 1.2rem;
margin: 0 0 10px 0;
}
}
@ -22,7 +22,7 @@
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1rem;
font-size: 1.2rem;
margin: 0 0 10px 0;
}
}
@ -34,20 +34,16 @@
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1rem;
font-size: 1.2rem;
margin: 0 0 10px 0;
}
> .regular-button {
margin-right: 10px;
}
&:hover {
visibility: visible;
}
> .material-icons {
visibility: hidden;
}
> .none {
color: $color-gray;
font-size: 0.9rem;
}
}