You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
496 B
22 lines
496 B
@import "../../../index.less"; |
|
|
|
.bi-toast{ |
|
color: @color-bi-color-toast-text; |
|
line-height: @font-size-16; |
|
.border-radius(2px); |
|
&.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{ |
|
background: @color-bi-background-toast-normal; |
|
} |
|
& .toast-icon{ |
|
font-size: @font-size-16; |
|
} |
|
}
|
|
|