drip-ui
Version:
Lightweight Mobile UI Components built on Vue
54 lines (42 loc) • 1.32 kB
CSS
/* color variables */
$black: #000;
$white: #fff;
$red: #D05602;
$blue: #126EF8;
$orange: #FFAB11;
$green: #5FA800;
$gray: #c9c9c9;
$gray-light: #e5e5e5;
$gray-darker: #666;
$gray-dark: #999;
/* default colors */
$text-color: #888888;
$border-color: #DADADA;
$active-color: #e8e8e8;
$background-color: #f8f8f8;
/* button */
$button-default-color: $text-color;
$button-default-background-color: $white;
$button-default-border-color: $border-color;
/* $button-primary-color: $white;
$button-primary-background-color: #4b0;
$button-primary-border-color: #4b0; */
/* $button-danger-color: $white;
$button-danger-background-color: $red;
$button-danger-border-color: $red; */
$button-blue-color: $white;
$button-blue-background-color: $blue;
$button-blue-border-color: $blue;
$button-green-color: $white;
$button-green-background-color: $green;
$button-green-border-color: $green;
$button-orange-color: $white;
$button-orange-background-color: $orange;
$button-orange-border-color: $orange;
/* $button-warning-color: $white;
$button-warning-background-color: $orange;
$button-warning-border-color: $orange; */
$button-bottom-action-default-color: $white;
$button-bottom-action-default-background-color: $orange;
$button-bottom-action-primary-color: $white;
$button-bottom-action-primary-background-color: $red;