fleet/frontend/components/loaders/ProgressBar/_styles.scss
Kyle Knight 048938de0b Add spinner for running Query (#926)
* 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
2017-01-12 12:28:46 -06:00

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;
}
}