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.
15 lines
250 B
15 lines
250 B
8 years ago
|
.bi-toast {
|
||
|
font-size: 14px;
|
||
|
-webkit-border-radius: 2px;
|
||
|
-moz-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
.bi-toast.toast-success {
|
||
|
background: #e1f4e7;
|
||
|
color: #0c6d23;
|
||
|
}
|
||
|
.bi-toast.toast-warning {
|
||
|
background: #fddddd;
|
||
|
color: #e85050;
|
||
|
}
|