@import 'colors';
@import 'rounded-corner-base';

@notification-background-color: @color-white;
@notification-body-color: @color-gray-60;

@notification-width: 350px;
@notification-width-xs: 400px;
@notification-max-height: 350px;
@notification-border-width: @rounded-corner-default;

@notification-color-info: @color-blue-60;
@notification-color-ok: @color-green-60;
@notification-color-danger: @color-red-60;
@notification-color-message: @color-green-60;
@notification-color-question: @color-blue-60;
@notification-color-rating: @color-violet-60;
@notification-color-special: @color-green-60;

@notification-manager-offset: 40px;
@notification-manager-offset-xs: 20px;
