mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
13 lines
252 B
SCSS
13 lines
252 B
SCSS
$themeColor: #d14424;
|
|
$themeHoverColor: #de6949;
|
|
$textColor: #41464b;
|
|
$borderColor: #eee;
|
|
$lightGray: #f9f9f9;
|
|
|
|
$boxShadow: 3px 3px 3px rgba(#000, 0.15);
|
|
|
|
$transitionDelay: .2s;
|
|
$transitionDelayFast: .1s;
|
|
$transitionDelaySlow: .3s;
|
|
|
|
$borderRadius: 2px; |