Skip to content

Commit

Permalink
#7204 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed May 22, 2018
1 parent 5769803 commit 38f481f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion js/notebook/src/shared/style/spark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@

.bx-spark-stageProgressBar {
margin: 0 10px;
display: flex;
align-items: center;

}
.bx-spark-stageProgressLabels {
margin: 0;
}

.bx-panel {
Expand Down Expand Up @@ -68,7 +74,8 @@

.bx-progress-bar {
display: inline-block;
height: 28px;
height: 18px;
border-radius: .25em;

&.done { background-color: $bxColorSuccess; }
&.active { background-color: $bxColorInfo; }
Expand Down

0 comments on commit 38f481f

Please sign in to comment.