Updated sass class

This commit is contained in:
Patrick Alvin Alcala 2026-03-03 16:43:20 +08:00
parent ee1b4bd637
commit ff0fbe2f2c

View file

@ -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