From 4d2d486e144ab2e389b807fc173f7a8553a7e8a4 Mon Sep 17 00:00:00 2001 From: gtbu <60353863+g7sim@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:40:01 +0200 Subject: [PATCH] Update _modal.css ( ) brackets because of px-rem-error with scssphp 1.4.1+ --- include/thirdparty/Bootstrap4/scss/bootstrap/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/thirdparty/Bootstrap4/scss/bootstrap/_modal.scss b/include/thirdparty/Bootstrap4/scss/bootstrap/_modal.scss index 9954487..b5bde4e 100644 --- a/include/thirdparty/Bootstrap4/scss/bootstrap/_modal.scss +++ b/include/thirdparty/Bootstrap4/scss/bootstrap/_modal.scss @@ -200,7 +200,7 @@ @include vp-align-items(center); // justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items @include vp-justify-content(flex-end); - padding: $modal-inner-padding - $modal-footer-margin-between / 2; + padding: ($modal-inner-padding) - $modal-footer-margin-between / 2; border-top: $modal-footer-border-width solid $modal-footer-border-color; @include border-bottom-radius($modal-content-inner-border-radius);