--wje-item-background | Sets the background colour of the item. Accepts any valid CSS color value. |
--wje-item-color | Defines the text color for the item. Accepts any valid CSS color value. |
--wje-item-padding-start | Specifies the left indentation of the item. Accepts any valid CSS length. |
--wje-item-padding-end | Specifies the right offset of the item. Accepts any valid CSS length. |
--wje-item-padding-top | Specifies the top indent of the item. Accepts any valid CSS length. |
--wje-item-padding-bottom | Specifies the lower indentation of the item. Accepts any valid CSS length. |
--wje-item-inner-padding-start | Specifies the left internal offset of the item. Accepts any valid CSS length. |
--wje-item-inner-padding-end | Specifies the right internal offset of the item. Accepts any valid CSS length. |
--wje-item-inner-padding-top | Specifies the upper internal indentation of the item. Accepts any valid CSS length. |
--wje-item-inner-padding-bottom | Specifies the lower internal indentation of the item. Accepts any valid CSS length. |
--wje-item-border-radius | Defines the border radius, providing rounded corners for the item. |
--wje-item-border-width | Sets the border width of the item. Accepts any valid CSS length. |
--wje-item-border-style | Specifies a border style, such as solid , dashed , or dotted . |
--wje-item-border-color | Defines the border color of the item. Accepts any valid CSS color value. |
--wje-item-min-height | Sets the minimum height of the item for a consistent layout. |
--wje-item-transition | Specifies transition effects for the item, for example for hover or focus states. |
--wje-item-inner-box-shadow | Adds a shadow effect inside the item for a 3D look. |