blob: 75a6991164b1d644530e0d85029a8a8e550f8423 [file] [log] [blame]
@import "icons";
a.showPWD::after {
position: absolute;
@include icon-font;
width: 1em;
content: $fa-show;
cursor: pointer;
margin-left: -1em;
}
a.showPWD.hide::after {
content: $fa-hide;
}