@import (reference) "../common/styles/base/base";

@notify-height:                     50px;
@notify-text-size:                  @font-size-md;
@notify-text-base-color:            @text-base-color;
@notify-text-color:                 @text-base-inverse-color;
@notify-padding-horizontal:         @padding-md;
@notify-info-background-color:      @color-info;
@notify-success-background-color:   @color-success;
@notify-warning-background-color:   @color-warning;
@notify-danger-background-color:    @color-danger;
@notify-default-background-color:   @background-base-color;
@notify-icon-margin-right:          10px;
@notify-box-shadow:                 0 2px 4px 0 rgba(158, 158, 158, .5);
@notify-zindex:                     @zindex-notify;
