box.sass (bulma-0.9.2) | : | box.sass (bulma-0.9.3) | ||
---|---|---|---|---|
@import "../utilities/mixins" | @import "../utilities/mixins" | |||
$box-color: $text !default | $box-color: $text !default | |||
$box-background-color: $scheme-main !default | $box-background-color: $scheme-main !default | |||
$box-radius: $radius-large !default | $box-radius: $radius-large !default | |||
$box-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($s cheme-invert, 0.02) !default | $box-shadow: $shadow !default | |||
$box-padding: 1.25rem !default | $box-padding: 1.25rem !default | |||
$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1p x $link !default | $box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1p x $link !default | |||
$box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $l ink !default | $box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $l ink !default | |||
.box | .box | |||
@extend %block | @extend %block | |||
background-color: $box-background-color | background-color: $box-background-color | |||
border-radius: $box-radius | border-radius: $box-radius | |||
box-shadow: $box-shadow | box-shadow: $box-shadow | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |