HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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;
  }
}