12 lines
250 B
Stylus
12 lines
250 B
Stylus
$boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2)
|
|
$boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2)
|
|
$textShadow = 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
$borderRadius = .25rem
|
|
|
|
$themePicker = {
|
|
red: #f26d6d,
|
|
blue: #2196f3,
|
|
green: #3eaf7c,
|
|
orange: #fb9b5f
|
|
}
|