File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments