Skip to content

Commit ead77b2

Browse files
committed
update variables to blue-mktng
1 parent 478c888 commit ead77b2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/marketing/buttons/button.scss

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

1717
&:hover {
1818
text-decoration: none;
19-
background-color: $blue-600;
20-
border-color: $blue-600;
19+
background-color: $blue-500;
20+
border-color: $blue-500;
2121
}
2222

2323
&:focus {
@@ -53,15 +53,15 @@
5353
}
5454

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

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

0 commit comments

Comments
 (0)