fix less import issue (#5157)

This commit is contained in:
OhNow 2019-12-01 13:20:05 +08:00 committed by neverland
parent 2915ea1868
commit f16635f5f1

View File

@ -693,7 +693,7 @@
@toast-loading-icon-color: @white;
@toast-line-height: 20px;
@toast-border-radius: @border-radius-md;
@toast-background-color: rgba(@text-color, .88);
@toast-background-color: fade(@text-color, 88%);
@toast-icon-size: 40px;
@toast-text-min-width: 96px;
@toast-text-padding: @padding-xs @padding-sm;