We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f7211 commit ef5b357Copy full SHA for ef5b357
1 file changed
src/assets/scss/_variables.scss
@@ -44,6 +44,9 @@ $notification-info: $blue;
44
$notification-pass: $green;
45
$notification-note: #777777;
46
47
+// Graph
48
+$chart-axis-color: #cfe3ff;
49
+
50
// Components
51
//
52
// Define common padding and border radius sizes and more.
@@ -229,6 +232,8 @@ $recessed: $grey-850;
229
232
--severity-low: #{$severity-low};
230
233
--severity-info: #{$severity-info};
231
234
--severity-unassigned: #{$severity-unassigned};
235
236
+ --chart-axis-color: #{$chart-axis-color};
237
238
--notification-fail: #{$notification-fail};
239
--notification-warn: #{$notification-warn};
0 commit comments