More styling

This commit is contained in:
Jiiks 2018-08-10 15:33:34 +03:00
parent aac4dba641
commit 4e4c532813
1 changed files with 8 additions and 1 deletions

View File

@ -9,12 +9,19 @@
cursor: pointer;
opacity: .8;
transition: opacity .2s ease-in-out;
&:hover {
opacity: 1;
}
&.bd-e2eeLock {
fill: #cc3e3e;
&.bd-error {
fill: #cc3e3e;
}
&.bd-ok {
fill: $colbdgreen;
}
}
}