Skip to content

Commit 3881815

Browse files
author
Stefanie Hein
committed
NG: add blue variant of the neutral color for the indexer tray item badge. See #77868
1 parent ac9d272 commit 3881815

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scss/themes/ng/header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ $error-color: hsl(10,90%,52%);
152152
$error-color-background: color.adjust($error-color, $alpha: -0.85);
153153
$on-error-color: white;
154154
$neutral-color: hsl(48,100%,58%);
155+
$neutral-color-blue: hsl(205,67%,50%);
155156
$positive-color: hsl(100,69%,50%);
156157
$negative-color: hsl(0,69%,50%);
157158

@@ -272,7 +273,7 @@ $popover-hint-background: hsl(205,20%,30%);
272273
-moz-osx-font-smoothing: grayscale;
273274
}
274275

275-
@mixin icon($code){
276+
@mixin icon($code) {
276277
@extend %icon;
277278
content: $code;
278279
}

0 commit comments

Comments
 (0)