Skip to content
Snippets Groups Projects
Commit 8e0a01ae authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Frank Morgner
Browse files

refs #11869

* swaps orange traffic light color for EZB links to yellow
parent f0c91b3a
Branches
Tags
No related merge requests found
......@@ -26,6 +26,8 @@ $brand-danger: #cc4b37 !default; // darker red = #a94442
$brand-info: #008cba !default;
$brand-success: #43ac6a !default; // darker green = #3c763d
$brand-warning: #f08a24 !default;
$traffic-light-yellow: #ffff00 !default;
$white: #fff;
$ghost: #fafafa;
......
......@@ -903,7 +903,7 @@ table.collapse.in {
}
&.second {
background-color: $brand-warning;
background-color: $traffic-light-yellow;
}
&.last {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment