bottom-right-shadow Border
Place a straight border at the bottom and right of the UI component with the bottom-right-shadow border:
Design
![]()
.itemMain {
border {
type: bottom-right-shadow;
color: green;
}
}
CSS attributes:
| CSS Attribute | Default | Values | Explanation | Since |
|---|---|---|---|---|
| color | black | color | The border color. | 1.3 |
| width | 1 | integer | The width of the border. | 1.3 |
| offset | 1 | integer | The distance between item and border in pixels. | 1.3 |