mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Add color scheme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$modal-z: 40 !default
|
||||
|
||||
$modal-background-background-color: rgba($black, 0.86) !default
|
||||
$modal-background-background-color: rgba($scheme-invert, 0.86) !default
|
||||
|
||||
$modal-content-width: 640px !default
|
||||
$modal-content-margin-mobile: 20px !default
|
||||
@@ -25,7 +25,7 @@ $modal-card-title-size: $size-4 !default
|
||||
$modal-card-foot-radius: $radius-large !default
|
||||
$modal-card-foot-border-top: 1px solid $border !default
|
||||
|
||||
$modal-card-body-background-color: $white !default
|
||||
$modal-card-body-background-color: $scheme-main !default
|
||||
$modal-card-body-padding: 20px !default
|
||||
|
||||
.modal
|
||||
|
||||
Reference in New Issue
Block a user