2017-03-10 18:39:51 -08:00
|
|
|
/// Contains application level basic and standard styles for commonly used HTML elements
|
|
|
|
|
2018-05-01 22:50:04 -07:00
|
|
|
$app-container-offset-speed: $banner-animation-speed;
|
|
|
|
|
2018-05-01 11:37:30 -07:00
|
|
|
.app-container {
|
2019-08-31 20:51:14 -07:00
|
|
|
margin-top: $application-navbar-static-height;
|
|
|
|
margin-bottom: $application-navbar-static-height;
|
2018-05-01 22:50:04 -07:00
|
|
|
transition: margin $app-container-offset-speed ease;
|
2018-05-01 11:37:30 -07:00
|
|
|
|
|
|
|
&.banner-alert-offset {
|
2019-08-31 20:51:14 -07:00
|
|
|
margin-top: $application-navbar-static-height + $banner-alerts-height;
|
2018-05-01 11:37:30 -07:00
|
|
|
}
|
|
|
|
}
|