File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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-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 {
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
You can’t perform that action at this time.
0 commit comments