This commit is contained in:
Jeremy Thomas
2020-01-05 13:27:54 +00:00
parent 50e995000f
commit 5ba407bf91
9 changed files with 82 additions and 389 deletions

View File

@@ -1,4 +1,4 @@
$media-border-color: rgba($border, 0.5) !default
$media-border-color: bulmaRgba($border, 0.5) !default
.media
align-items: flex-start

View File

@@ -1,6 +1,6 @@
$modal-z: 40 !default
$modal-background-background-color: rgba($scheme-invert, 0.86) !default
$modal-background-background-color: bulmaRgba($scheme-invert, 0.86) !default
$modal-content-width: 640px !default
$modal-content-margin-mobile: 20px !default