11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
@import '../style/var.less';
|
|
|
|
@notify-text-color: @white;
|
|
@notify-padding: @padding-xs @padding-md;
|
|
@notify-font-size: @font-size-md;
|
|
@notify-line-height: @line-height-md;
|
|
@notify-primary-background-color: @blue;
|
|
@notify-success-background-color: @green;
|
|
@notify-danger-background-color: @red;
|
|
@notify-warning-background-color: @orange;
|