Skip to content

Commit 84c0595

Browse files
committed
remove blue-450 for 500
1 parent 96b94d7 commit 84c0595

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/marketing/buttons/button.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
vertical-align: middle;
99
cursor: pointer;
1010
user-select: none;
11-
background-color: $blue-450;
12-
border: 1px solid $blue-450;
11+
background-color: $blue-500;
12+
border: 1px solid $blue-500;
1313
border-radius: $border-radius;
1414
transition: $transition-time / 2;
1515
appearance: none; // Corrects inability to style clickable `input` types in iOS.
@@ -53,15 +53,15 @@
5353
}
5454

5555
.btn-outline-mktg {
56-
color: $blue-450;
56+
color: $blue-500;
5757
background-color: rgba($white, 0);
58-
border-color: rgba($blue-450, 0.5);
58+
border-color: rgba($blue-500, 0.5);
5959

6060
&:hover {
6161
color: $blue-500;
6262
text-decoration: none;
6363
background-color: rgba($white, 0);
64-
border-color: rgba($blue-450, 1);
64+
border-color: rgba($blue-500, 1);
6565
}
6666
}
6767

src/marketing/support/variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $h000-size: 64px !default;
2222
$h000-size-mobile: 48px !default;
2323

2424
// Colors
25-
$blue-450: mix($blue-500, $blue-400, 50%);
2625
$green-450: mix($green-500, $green-400, 50%);
2726

2827
// Animations

0 commit comments

Comments
 (0)