2018-01-26 22:11:52 +00:00
|
|
|
@import 'common/sass/variables';
|
|
|
|
|
|
|
|
.TogglablePassword {
|
|
|
|
&-toggle {
|
|
|
|
cursor: pointer;
|
2018-06-27 04:51:42 +00:00
|
|
|
color: shade-dark(0.4);
|
2018-01-26 22:11:52 +00:00
|
|
|
transition: $transition;
|
|
|
|
|
|
|
|
&:hover {
|
2018-06-27 04:51:42 +00:00
|
|
|
color: shade-dark(0.7);
|
2018-01-26 22:11:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|