mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Create toast JS plugin, add unit tests.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.toast {
|
||||
display: none;
|
||||
max-width: $toast-max-width;
|
||||
overflow: hidden; // cheap rounded corners on nested items
|
||||
font-size: $toast-font-size; // knock it down to 14px
|
||||
@@ -14,6 +15,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.toast.show {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.toast-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user