Updated sass class
This commit is contained in:
parent
ee1b4bd637
commit
ff0fbe2f2c
1 changed files with 10 additions and 0 deletions
|
|
@ -123,6 +123,16 @@
|
||||||
@extend .table
|
@extend .table
|
||||||
cursor: not-allowed
|
cursor: not-allowed
|
||||||
|
|
||||||
|
.loading-spinner
|
||||||
|
display: inline-block
|
||||||
|
animation: rotate 2s linear infinite
|
||||||
|
|
||||||
|
@keyframes rotate
|
||||||
|
from
|
||||||
|
transform: rotate(0deg)
|
||||||
|
to
|
||||||
|
transform: rotate(360deg)
|
||||||
|
|
||||||
.required-config
|
.required-config
|
||||||
padding: 0.75rem 1rem
|
padding: 0.75rem 1rem
|
||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue