Skip to content
Snippets Groups Projects

Alert

Merged Ryan Dee requested to merge alert into develop
+ 85
25
Compare changes
  • Side-by-side
  • Inline
Files
+ 21
4
@@ -360,9 +360,6 @@ a[class^="quick-link-"] {
background-size: 4.499em;
}
}
.wdn-video-band .mejs-overlay-button {
display: none;
}
.wdn-video-band img {
display: block;
}
@@ -453,6 +450,27 @@ a[class^="quick-link-"] {
display: none;
}
}
.splash-alert {
background: url(../../splash/images/caution-border.png), url(../../splash/images/caution-border.png);
background: url(../../splash/images/caution-border.svg), url(../../splash/images/caution-border.svg);
background-color: #d4440b;
background-repeat: repeat-x, repeat-x;
background-position: 50% 0, 50% 100%;
color: #fff;
}
.splash-alert img {
padding-top: 0.563em;
}
.splash-alert h2 {
color: #fff;
}
.splash-alert h2 .wdn-subhead {
color: #fff;
}
.splash-alert a {
color: #fff;
border-bottom: 1px dotted #fff;
}
.splash-intro {
background-color: #453e2b;
}
@@ -511,7 +529,6 @@ a[class^="quick-link-"] {
.splash-academic-colleges figure {
position: absolute;
z-index: 1;
margin-bottom: 0;
}
.splash-academic-colleges figure img {
display: block;
Loading