## Border ボタンやカード、ポップアップなどで使用できるborderを標準化しています。 ### Border borderのスタイルはいくつかあります。
Name Thickness Demo
Solid 1px
Dashed 2px
### 半径(radius) いくつかの半径(radius)のスタイルがあります。
No Radius
border-radius: 0px
Small Radius
border-radius: {{borderRadiusSmall}}
Large Radius
border-radius: {{borderRadiusBase}}
Round Radius
border-radius: 30px
### 影 シャドウスタイルの選択肢はほとんどありません。
Basic Shadow box-shadow: {{boxShadowBase}}
Light Shadow box-shadow: {{boxShadowLight}}