1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

move documents new UX

This commit is contained in:
Harvey Kandola 2017-11-22 16:28:17 +00:00
parent bae1245d47
commit aee9345886
14 changed files with 141 additions and 207 deletions

View file

@ -434,6 +434,24 @@
}
}
.button-icon-green {
display: inline-block;
cursor: default;
@include ease-in();
> i {
color: $color-green;
font-size: 2rem;
@include ease-in();
}
&:hover {
> i {
color: darken($color-green, 5%);
}
}
}
.button-icon-small {
> i {
font-size: 1.3rem;