// notification
@notification-width: 344px;
@notification-margin-bottom: 16px;
@notification-component-background: @component-bg;
@notification-heading-color: @text-color-1;
@notification-description-color: @text-color-2;
@notification-close-icon-color: rgba(0, 0, 0, .45);
@notification-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
@notification-max-width: ~'calc(100vw - 32px)';
@notification-margin: 24px;
@notification-message-margin: 8px;
@notification-message-with-icon-margin: 4px;
@notification-btn-margin: 16px;