File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
template-builder/contents Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 114114 position : fixed ;
115115 top : 1rem ;
116116 right : 1rem ;
117+ z-index : 9 ;
117118 .toast {
118119 width : 200px ;
119120 }
Original file line number Diff line number Diff line change 2323 }).show()
2424})
2525-->
26- < div class ="toast " role ="alert " aria-live ="assertive " aria-atomic ="true ">
26+ < div class ="toast toast-demo " role ="alert " aria-live ="assertive " aria-atomic ="true ">
2727 < div class ="toast-header ">
2828 < strong class ="me-auto "> Bootstrap</ strong >
2929 < small > 11 mins ago</ small >
4949 }).show()
5050})
5151-->
52- < div class ="toast " role ="alert " aria-live ="assertive " aria-atomic ="true ">
52+ < div class ="toast toast-demo " role ="alert " aria-live ="assertive " aria-atomic ="true ">
5353 < div class ="toast-body ">
5454 Hello, world! This is a toast message.
5555 < div class ="mt-2 pt-2 border-top ">
7474 }).show()
7575})
7676-->
77- < div class ="toast d-flex align-items-center text-white bg-primary border-0 " role ="alert " aria-live ="assertive " aria-atomic ="true ">
77+ < div class ="toast toast-demo d-flex align-items-center text-white bg-primary border-0 " role ="alert " aria-live ="assertive " aria-atomic ="true ">
7878 < div class ="toast-body ">
7979 Hello, world! This is a toast message.
8080 </ div >
Original file line number Diff line number Diff line change 11< div class ="notification ">
2- < div class ="toast hide d-flex align-items-center text-white bg-info border-0 " role ="alert " aria-live ="assertive " aria-atomic ="true ">
2+ < div class ="toast notification-toast hide d-flex align-items-center text-white bg-info border-0 " role ="alert " aria-live ="assertive " aria-atomic ="true ">
33 < div class ="toast-body ">
44 < span > Copied!!! 👍</ span >
55 </ div >
You can’t perform that action at this time.
0 commit comments