level.sass (bulma-0.9.2) | : | level.sass (bulma-0.9.3) | ||
---|---|---|---|---|
@import "../utilities/mixins" | @import "../utilities/mixins" | |||
$level-item-spacing: ($block-spacing / 2) !default | $level-item-spacing: ($block-spacing * 0.5) !default | |||
.level | .level | |||
@extend %block | @extend %block | |||
align-items: center | align-items: center | |||
justify-content: space-between | justify-content: space-between | |||
code | code | |||
border-radius: $radius | border-radius: $radius | |||
img | img | |||
display: inline-block | display: inline-block | |||
vertical-align: top | vertical-align: top | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |