mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -28,6 +28,8 @@ $modal-card-foot-border-top: 1px solid $border !default
|
||||
$modal-card-body-background-color: var(--scheme-main, #{$scheme-main}) !default
|
||||
$modal-card-body-padding: 20px !default
|
||||
|
||||
$modal-breakpoint: $tablet !default
|
||||
|
||||
.modal
|
||||
--modal-z: #{$modal-z}
|
||||
--modal-background-background-color: #{$modal-background-background-color}
|
||||
@@ -76,7 +78,7 @@ $modal-card-body-padding: 20px !default
|
||||
position: relative
|
||||
width: 100%
|
||||
// Responsiveness
|
||||
+tablet
|
||||
+from($modal-breakpoint)
|
||||
margin: 0 auto
|
||||
max-height: calc(100vh - #{var(--modal-content-spacing-tablet)})
|
||||
width: var(--modal-content-width)
|
||||
|
||||
Reference in New Issue
Block a user