File: D:/HostingSpaces/SBogers10/honger.komma.pro/resources/assets/sass/site/partials/_notification.scss
.c-notification {
text-align: center;
}
.c-notification--inline-top {
margin-top: 40px;
}
.c-notification--inline-bottom {
margin-bottom: 40px;
}
.c-notification--static {
position: fixed;
z-index: 20;
bottom: 5px;
left: 0;
width: 100%;
}
.c-notification__main {
display: inline-block;
//background-color: $brightLightBlue;
background-color: #0047FF;
border: 1px solid $brightBlue;
padding: 12px 20px 10px;
border-radius: 4px;
.c-notification--static & {
width: 84%;
margin-left: auto;
margin-right: auto;
@include respond-to-width(625) {
width: calc(100% - 10px);
}
}
}
.c-notification__text {
margin: 0 !important;
color: $brightBlue;
font-size: 16px !important;
line-height: 1.2 !important;
font-weight: 500 !important;
@include respond-to-width(550) {
font-size: 15px !important;
}
}