Skip to content

Commit

Permalink
fix: missing space in element-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Apr 28, 2020
1 parent 1b8f726 commit e22fb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/element-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* theme color */
$--color-primary: #1890ff;
$--color-success: #13ce66;
$--color-warning: #FFBA00;
$--color-warning: #ffba00;
$--color-danger: #ff4949;
// $--color-info: #1E1E1E;

Expand All @@ -17,10 +17,10 @@ $--button-font-weight: 400;
$--border-color-light: #dfe4ed;
$--border-color-lighter: #e6ebf5;

$--table-border:1px solid#dfe6ec;
$--table-border: 1px solid #dfe6ec;

/* icon font path, required */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
$--font-path: "~element-ui/lib/theme-chalk/fonts";

@import "~element-ui/packages/theme-chalk/src/index";

Expand Down

0 comments on commit e22fb67

Please sign in to comment.