ftp-manager/app/assets/stylesheets/molecules/_passwords.scss

12 lines
139 B
SCSS
Raw Normal View History

2016-09-11 20:31:38 -05:00
.passwd {
2016-10-14 22:21:12 -05:00
min-width: 12em;
font-family: monospace;
2016-09-11 20:31:38 -05:00
a,
i {
color: $copy;
cursor: pointer;
text-decoration: none;
}
}