Skip to content

Commit

Permalink
[IMF-974] Button color + text transform
Browse files Browse the repository at this point in the history
  • Loading branch information
svianney committed Apr 22, 2019
1 parent a501ef1 commit 303dd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/scss/blocks/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
color: $primary-ddd;
border: 2px solid $color;
border-radius: $buttonBorderRadius;
text-transform: uppercase;
font-family: $font-title;
font-size: $size-16;
font-weight: $font-weight-title;
Expand Down Expand Up @@ -118,7 +117,6 @@
background-color: transparent;
border: 2px solid $color;
border-radius: $buttonBorderRadius;
text-transform: uppercase;
font-family: $font-title;
font-size: $size-16;
font-weight: $font-weight-title;
Expand Down Expand Up @@ -378,4 +376,4 @@
// ---------------------
.button--short-label {
min-width: 50px;
}
}
2 changes: 1 addition & 1 deletion src/scss/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $line-height-body: 1.5 !default;
// Colors
// ---------------------
$blue: #3d6ca9 !default;
$green: #65d78d !default;
$green: #b0c200 !default;
$bright: #f7752a !default;
$fresh: #32bbff !default;

Expand Down

0 comments on commit 303dd1c

Please sign in to comment.