This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/src/css/var.scss

13 lines
343 B
SCSS
Raw Normal View History

2018-07-15 19:43:34 +08:00
$ct: #3fc2a7 #19b491 #16967a;
$cg: #58d68d #2ecc71 #27ae60;
$cpp: #ac61ce #9b59b6 #8e44ad;
2019-07-22 15:21:43 +08:00
$cb: #66b1ff #409eff #3a8ee6;
2018-07-15 19:43:34 +08:00
$cr: #ff5061 #eb3b48 #ce3742;
$co: #ffb618 #f39c12 #e67e22;
$cp: #f3f5fb #e8ebf4 #dae1e9;
$cgr: #98acae #8a9b9c #748182;
$cd: #62778d #526273 #425064;
2018-01-22 02:01:44 +08:00
@mixin ts($c: all, $t: .2s, $m: ease-in-out){
transition:$c $t $m;
}