We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac70821 commit e7e179cCopy full SHA for e7e179c
scss/_toasts.scss
@@ -41,8 +41,10 @@
41
@include border-top-radius(subtract($toast-border-radius, $toast-border-width));
42
43
.btn-close {
44
- margin-right: $toast-padding-x * -.5;
45
- margin-left: $toast-padding-x;
+ @include ltr-rtl("margin-right", $toast-padding-x * -.5);
+ @include ltr-rtl("margin-left", $toast-padding-x);
46
+ // margin-right: $toast-padding-x * -.5;
47
+ // margin-left: $toast-padding-x;
48
}
49
50
0 commit comments