Skip to content

Commit 026fcde

Browse files
[WDTK] Popup blue version (#1923)
Update styling of the site wide popup announcement.
1 parent 38755ab commit 026fcde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/assets/stylesheets/responsive/custom.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$color_orange: #f4a140;
22
$color_blue: #2078C2;
3+
$color_blue_light: #A2D2FA;
34
$color_green: #62b356;
45
$color_yellow: #ffd836;
56
$color_red: #e04b4b;
@@ -317,14 +318,14 @@ a.link_button_green_large {
317318
/* Popups */
318319

319320
.popup {
320-
background-color: $color_green;
321+
background-color: $color_blue_light;
321322
border: 0;
322-
color: #fff;
323+
color: $color_black;
323324
a, a:hover, a:active, a:focus, a:visited,
324325
a:visited:hover,
325326
a:visited:active,
326327
a:visited:focus {
327-
color: #fff;
328+
color: $color_black;
328329
}
329330
}
330331

0 commit comments

Comments
 (0)