From ee086d108f150bfd76f5e0da3069cc73226c162a Mon Sep 17 00:00:00 2001 From: Mariusz Jurowicz Date: Wed, 30 May 2018 09:12:10 +0200 Subject: [PATCH] #7442 fix Spark connection status in Lab --- js/notebook/src/shared/style/spark.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/js/notebook/src/shared/style/spark.scss b/js/notebook/src/shared/style/spark.scss index 7595497d03..1e739a5030 100644 --- a/js/notebook/src/shared/style/spark.scss +++ b/js/notebook/src/shared/style/spark.scss @@ -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;