@import "../../../index.less"; .bi-toast { color: @color-bi-color-toast-text; line-height: @font-size-16; .border-radius(2px); .box-shadow(0 6px 20px -2px, @color-bi-color-toast-shadow); &.toast-success { background: @color-bi-background-toast-success; } &.toast-warning { background: @color-bi-background-toast-warning; } &.toast-error { background: @color-bi-background-toast-error; } &.toast-normal, &.toast-common, &.toast-loading { background: @color-bi-background-toast-normal; } & .toast-icon { font-size: @font-size-16; } }