1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

avira csv importer

This commit is contained in:
Kyle Spearrin
2018-06-25 15:20:58 -04:00
parent 53d23ec831
commit e59277742d
3 changed files with 9 additions and 6 deletions

View File

@@ -173,10 +173,6 @@ label:not(.form-check-label) {
&:not(:hover) {
background-color: #ffffff;
}
&:disabled {
opacity: 1;
}
}
.btn-outline-secondary {
@@ -185,6 +181,10 @@ label:not(.form-check-label) {
&:hover:not(:disabled) {
color: $body-color;
}
&:disabled {
opacity: 1;
}
}
.btn-submit {