1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 21:41:43 +04:00

Remove the odd left border on toasts (#1244)

This commit is contained in:
Dave Heineman
2022-09-11 15:59:42 +02:00
committed by GitHub
parent aa136e7b22
commit 61189691ef
-1
View File
@@ -1,7 +1,6 @@
.toast {
background: $white;
border: $alert-border-width solid $alert-border-color;
border-left: .25rem solid var(--#{$prefix}toast-color);
box-shadow: $alert-shadow;
.toast-header {