mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-24 15:19:12 +01:00
Update _modal.css
( ) brackets because of px-rem-error with scssphp 1.4.1+
This commit is contained in:
parent
0755591d8d
commit
4d2d486e14
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue