changed color for label tooltips from blue/red-yellow gradient to black/white

This commit is contained in:
ijin08
2019-01-23 13:28:39 +01:00
parent db99b86591
commit 2ec55d0650
3 changed files with 13 additions and 2 deletions

View File

@@ -20,7 +20,13 @@ $popper-margin-from-ref: 5px;
background: $tooltipBackground;
border-radius: $border-radius;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
padding: 10px;
padding: 0px 8px;
height: 24px;
display: flex;
align-items: center;
//border: 1px #333333 solid;
color: $tooltipColor;
font-weight: 500;
// Themes
&.popper__background--error {
@@ -29,7 +35,7 @@ $popper-margin-from-ref: 5px;
&.popper__background--brand {
@include popper-theme($tooltipBackgroundBrand, $tooltipBackgroundBrand);
@include gradient-vertical($red, $orange);
@include gradient-vertical($tooltipBackground, $tooltipBackground);
}
}
@@ -39,6 +45,7 @@ $popper-margin-from-ref: 5px;
border-style: solid;
position: absolute;
margin: 0px;
display: none;
}
.popper__arrow {