You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/website/frontend/src/styles/element-variables.scss

20 lines
527 B
SCSS

/* Element Variables */
// Override Element UI variables
$--color-primary: #1890ff;
$--color-success: #13ce66;
$--color-warning: #FFBA00;
$--color-danger: #ff4949;
$--color-info: #5d5d5d;
$--button-font-weight: 400;
$--color-text-regular: #1f2d3d;
$--border-color-light: #dfe4ed;
$--border-color-lighter: #e6ebf5;
$--table-border:1px solid#dfe6ec;
// Icon font path, required
$--font-path: '~element-ui/lib/theme-chalk/fonts';
// Apply overrided variables in Element UI
@import '~element-ui/packages/theme-chalk/src/index';