Skip to content

Commit

Permalink
Style: Fix variable indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 31, 2017
1 parent fa2c85a commit 586aac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ $blue-medium-200: #BFE7F3;
$blue-medium-100: #E5F5FA;

// Alerts
$alert-yellow: #f0b849;
$alert-red: #d94f4f;
$alert-green: #4ab866;
$alert-yellow: #f0b849;
$alert-red: #d94f4f;
$alert-green: #4ab866;

/* Other */
$default-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
Expand Down

0 comments on commit 586aac8

Please sign in to comment.