| 1 |
$transition: all .3s; |
| 2 |
|
| 3 |
// Common to all elements |
| 4 |
$corners-shape-default: 8px; |
| 5 |
$corners-shape-sharp: 0; |
| 6 |
$corners-shape-rounded: 12px; |
| 7 |
$corners-shape-round: 32px; |
| 8 |
$corners-shape-oval: 50%; |
| 9 |
|
| 10 |
// Image specific |
| 11 |
$corners-image-shape-rounded: 52px; |
| 12 |
$corners-image-shape-round: 300px; |
| 13 |
|
| 14 |
// Box specific |
| 15 |
$corners-box-shape-rounded: 52px; |
| 16 |
|
| 17 |
// Logo specific |
| 18 |
$corners-logo-shape-round: 52px; |
| 19 |
|