1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

submit button spinners

This commit is contained in:
Kyle Spearrin
2018-06-21 10:06:32 -04:00
parent d73b01674f
commit 1fb4f2946a
10 changed files with 51 additions and 27 deletions

View File

@@ -185,6 +185,31 @@ label:not(.form-check-label) {
}
}
.btn-submit {
position: relative;
.fa-spinner {
position: absolute;
display: none;
align-items: center;
justify-content: center;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
&:disabled {
.fa-spinner {
display: flex;
}
span {
visibility: hidden;
}
}
}
.table.table-list {
tr:first-child {
td {