mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* Add spinner for running query * fixing lint * Adding in check for this.socket * Full height results area with centered spinner * Don't hide table if query is stopped * Remove results container if no results yet * No more console.log
12 lines
212 B
SCSS
12 lines
212 B
SCSS
.progress-bar {
|
|
background-color: $success-light;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
|
|
div {
|
|
background-color: $success;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
transition: width 300ms ease-in;
|
|
}
|
|
}
|