Skip to content
Snippets Groups Projects
Commit 4d7211a5 authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Display DARS outage banner

parent 62973ef9
No related branches found
No related tags found
No related merge requests found
<div class="alert-banner">
<p>
<md-icon class="material-icons info" role="img" aria-hidden="true">info</md-icon>
Coming soon! By Fall 2019, you will be able to run a DARS audit in the Course Search & Enroll app to check your degree progress and see how planned courses apply to your degree requirements!
</p>
</div>
<header ngClass.sm="hide-navigation-bar" ngClass.xs="hide-navigation-bar" role="banner"> <header ngClass.sm="hide-navigation-bar" ngClass.xs="hide-navigation-bar" role="banner">
<cse-header></cse-header> <cse-header></cse-header>
<cse-navigation></cse-navigation> <cse-navigation></cse-navigation>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
header { header {
position: absolute; position: absolute;
top: 0; top: 44px;
left: 0; left: 0;
width: 100%; width: 100%;
height: 112px; height: 112px;
...@@ -20,7 +20,7 @@ header { ...@@ -20,7 +20,7 @@ header {
main { main {
position: absolute; position: absolute;
top: 112px; top: 156px;
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
...@@ -32,3 +32,53 @@ main { ...@@ -32,3 +32,53 @@ main {
min-width: 360px; min-width: 360px;
height: 100vh; height: 100vh;
} }
.alert-banner {
position: absolute;
top: 0;
width: 100%;
background-color: white;
p {
margin: 13px 0;
padding: 0px 15px;
font-family: mat-font-family($config);
font-size: 14px;
line-height: 1.4em;
-webkit-font-smoothing: antialiased;
}
md-icon {
font-size: 16px;
color: #0479a8;
top: 2.5px;
}
a {
text-decoration: none;
}
}
@media screen and (min-width: 650px) and (max-width: 1246px) {
main {
top: 130px !important;
}
header {
top: 66px !important;
}
}
@media screen and (max-width: 649px) {
main {
top: 149px !important;
}
header {
top: 85px !important;
}
}
@media screen and (max-width: 440px) {
main {
top: 166px !important;
}
header {
top: 102px !important;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment