mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Fix #2741
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user