Newer
Older
@import 'assets/material-theme.scss';
@import 'shared/components/course-details/course-details.component.scss';
@import 'degree-planner/shared/course-item/course-item.component.scss';
left: 0;
width: 100%;
height: 112px;
&.hide-navigation-bar {
height: 64px;
& + main {
top: 64px;
}
}
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
max-width: 360px;
min-width: 360px;
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: 13px;
-webkit-font-smoothing: antialiased;
}
md-icon {
font-size: 16px;
color: #ff8000;
top: 2px;
}
a {
text-decoration: none;
}
}