dropdown.sass (bulma-0.9.2) | : | dropdown.sass (bulma-0.9.3) | ||
---|---|---|---|---|
@import "../utilities/mixins" | @import "../utilities/mixins" | |||
$dropdown-menu-min-width: 12rem !default | $dropdown-menu-min-width: 12rem !default | |||
$dropdown-content-background-color: $scheme-main !default | $dropdown-content-background-color: $scheme-main !default | |||
$dropdown-content-arrow: $link !default | $dropdown-content-arrow: $link !default | |||
$dropdown-content-offset: 4px !default | $dropdown-content-offset: 4px !default | |||
$dropdown-content-padding-bottom: 0.5rem !default | $dropdown-content-padding-bottom: 0.5rem !default | |||
$dropdown-content-padding-top: 0.5rem !default | $dropdown-content-padding-top: 0.5rem !default | |||
$dropdown-content-radius: $radius !default | $dropdown-content-radius: $radius !default | |||
$dropdown-content-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default | $dropdown-content-shadow: $shadow !default | |||
$dropdown-content-z: 20 !default | $dropdown-content-z: 20 !default | |||
$dropdown-item-color: $text !default | $dropdown-item-color: $text !default | |||
$dropdown-item-hover-color: $scheme-invert !default | $dropdown-item-hover-color: $scheme-invert !default | |||
$dropdown-item-hover-background-color: $background !default | $dropdown-item-hover-background-color: $background !default | |||
$dropdown-item-active-color: $link-invert !default | $dropdown-item-active-color: $link-invert !default | |||
$dropdown-item-active-background-color: $link !default | $dropdown-item-active-background-color: $link !default | |||
$dropdown-divider-background-color: $border-light !default | $dropdown-divider-background-color: $border-light !default | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |