GITLAB

frontend / zui-uniapp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • zui-uniapp
  • variables.scss
  • 6eaa2728   [优化] 优化Cell组件下边框,上传变量文件 Browse Code »
    刘汉宸
    2020-04-03 15:14:50 +0800  
variables.scss 375 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
$color-primary: #FCD404;

$color-success: #52c41a;
$color-warning: #fa8c16;
$color-error: #f5222d;

$color-minor: #8c8c8c;
$color-border: #f0f0f0;
$color-disabled: #ccc;

$bg-active: #f3f3f3;
$bg-disabled: #f5f5f5;

$font-lg: 42upx;
$font-md: 30upx;
$font-sm: 22upx;

$h-gap-lg: 20upx;
$h-gap-md: 15upx;
$h-gap-sm: 10upx;
$v-gap-lg: 45upx;
$v-gap-md: 30upx;
$v-gap-sm: 20upx;