feat: implement spinner for 2fa loading (#640)

This commit is contained in:
Gorjan Petrovski
2021-09-21 18:11:58 +02:00
committed by GitHub
parent 8464824c61
commit a9610fdbc6
4 changed files with 37 additions and 14 deletions

View File

@@ -190,6 +190,10 @@
min-width: 1.75rem;
}
.min-w-15 {
min-width: 3.75rem;
}
.min-h-1 {
min-height: 0.25rem;
}
@@ -213,3 +217,4 @@
.pt-2 {
padding-top: 0.5rem;
}

View File

@@ -113,3 +113,11 @@ input:focus {
.sk-button:focus-visible, button:focus-visible {
outline: none;
}
.sk-spinner {
&.normal {
width: 1.5rem;
height: 1.5rem;
border-width: 2px;
}
}