This commit is contained in:
Jiiks 2018-08-10 15:32:04 +03:00
parent 17f1b60a9b
commit aac4dba641
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
flex: 1 1 auto;
flex-direction: row;
cursor: pointer;
opacity: .8;
transition: opacity .2s ease-in-out;
&:hover {
opacity: 1;
}
&.bd-e2eeLock {
fill: #cc3e3e;