Adds cleanup to the company 1099 page to make loading clearer.
This commit is contained in:
384
resources/public/css/bulma.min.css
vendored
384
resources/public/css/bulma.min.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
12
resources/sass/bulma.scss
vendored
12
resources/sass/bulma.scss
vendored
@@ -182,3 +182,15 @@ tbody tr.live-added {
|
||||
background-color: $primary;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.htmx-indicator.button {
|
||||
opacity: 1.0 !important
|
||||
}
|
||||
.htmx-request .button.htmx-indicator {
|
||||
@extend .is-loading
|
||||
}
|
||||
|
||||
.htmx-request.button.htmx-indicator {
|
||||
@extend .is-loading
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user