Skip to content

Commit

Permalink
button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
maxboeck committed Apr 15, 2019
1 parent fee11ba commit 616952f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/assets/styles/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
&:hover,
&:focus {
text-decoration: none;
background-color: $brand-primary-dark;
color: #fff;
}
}
Expand All @@ -34,6 +35,7 @@

&:hover,
&:focus {
background-color: #111;
text-decoration: none;
color: #fff;
}
Expand Down
12 changes: 6 additions & 6 deletions src/assets/styles/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

$gray-darkest: #121212;
$gray-darker: #323232;
$gray-dark: #4a4a4a;
$gray: #a0a0a0;
$gray-light: #c5c6c6;
$gray-lighter: #e6e6e6;
$gray-lightest: #f6f8fa;
$gray-dark: #6f6f6e;
$gray: #54698d;
$gray-light: #a8b7c7;
$gray-lighter: #c9d3e4;
$gray-lightest: #f5f8fc;

// Brand

$brand-primary: #7b16ff;

$brand-primary-dark: darken($brand-primary, 6%);
// Body
//
// Settings for the `<body>` element.
Expand Down

0 comments on commit 616952f

Please sign in to comment.