element/examples/docs/en-US/border.md
Gonzalo Nandez 9737b648e7 docs: Update Spanish docs (#14913)
* update spanish docs

* Update Doc spanish Timeline

* General update of the documentation in Spanish
2019-04-01 13:43:11 +08:00

3.2 KiB

Border

We standardize the borders that can be used in buttons, cards, pop-ups and other components.

Border

There are few border styles to choose.

Name Thickness Demo
Solid 1px
Dashed 2px

Radius

There are few radius styles to choose.

No Radius
border-radius: 0px
Small Radius
border-radius: {{borderRadiusSmall}}
Large Radius
border-radius: {{borderRadiusBase}}
Round Radius
border-radius: 30px

Shadow

There are few shadow styles to choose.

Basic Shadow box-shadow: {{boxShadowBase}}
Light Shadow box-shadow: {{boxShadowLight}}