Skip to content

Commit

Permalink
#7442 fix Spark connection status in Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed May 30, 2018
1 parent d556f2e commit f5cd690
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions js/notebook/src/shared/style/spark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@

@import "bxvariables";

.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}

.label-info {
background-color: $bxColorInfo;
}

.label-danger {
background-color: $bxColorError;
}

.label-default {
background-color: $bxColorDefault;
}

.bx-spark-stagePanel {
max-width: 600px;
margin: 8px 0;
Expand Down

0 comments on commit f5cd690

Please sign in to comment.