Skip to content

Commit 49f4042

Browse files
Merge pull request #1494 from MITLibraries/use-445
Update global alert styles per USE changes
2 parents 3b9a63e + b1892c6 commit 49f4042

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

app/assets/stylesheets/_bento.scss

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,26 @@
2424
margin-bottom: 15%;
2525
}
2626

27-
.wrap-notices .title {
28-
font-size: 1.2rem;
29-
line-height: 1.4;
27+
.wrap-notices {
28+
background-color: #007899;
29+
30+
.title {
31+
color: #e5f9ff;
32+
font-size: 1.7rem;
33+
font-weight: 600;
34+
line-height: 1.4;
35+
36+
a {
37+
text-underline-offset: 0.5rem;
38+
text-decoration-color: #00c8ff;
39+
color: #fff;
40+
41+
&:hover,
42+
&:focus {
43+
text-decoration-color: #99E9FF;
44+
}
45+
}
46+
}
3047
}
3148

3249
.wrap-outer-header-local {

0 commit comments

Comments
 (0)