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
|
||||
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
|
||||
padding: 0.75rem 1rem
|
||||
border-radius: 8px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue