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

[WIP] Restore process

Co-Authored-By: Harvey Kandola <harvey@documize.com>
This commit is contained in:
sauls8t 2018-10-12 17:54:30 +01:00
parent e0457b40da
commit 71a2860716
7 changed files with 281 additions and 22 deletions

View file

@ -7,33 +7,33 @@
margin: 0 0 5px 0;
> .material-icons {
font-size: 1rem;
font-size: 1.5rem;
color: $color-gray;
vertical-align: top;
}
> .selected {
color: $color-link;
color: $color-blue;
}
&:hover {
color: $color-link;
color: $color-blue;
}
> .text {
display: inline-block;
font-size: 0.9rem;
vertical-align: text-top;
font-size: 1.1rem;
vertical-align: sub;
color: $color-off-black;
}
}
.ui-checkbox-selected {
color: $color-link;
color: $color-blue;
}
.widget-checkbox {
color: $color-link;
color: $color-blue;
cursor: pointer;
}