mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-24 01:49:06 +00:00
14 lines
190 B
SCSS
14 lines
190 B
SCSS
|
@import 'common/sass/variables';
|
||
|
|
||
|
.TogglablePassword {
|
||
|
&-toggle {
|
||
|
cursor: pointer;
|
||
|
color: $gray;
|
||
|
transition: $transition;
|
||
|
|
||
|
&:hover {
|
||
|
color: $gray-darker;
|
||
|
}
|
||
|
}
|
||
|
}
|