File tree Expand file tree Collapse file tree 3 files changed +25
-15
lines changed
Expand file tree Collapse file tree 3 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 2121 < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css "
2222 />
2323 < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css " />
24- < link rel ="stylesheet " type ="text/css " href ="{{ site.github.url }}/css/master.css?v=9 ">
2524</ head >
2625
2726< body >
Original file line number Diff line number Diff line change 3636 left : -5% ;
3737 position : relative ;
3838 width : 110% ;
39+ overflow :hidden ;
3940 }
4041
4142 .rotator .rotator-body-inner {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ a#other_options[aria-expanded="true"] {
2121}
2222
2323.price {
24- color : #c00 ;
24+ color : $color-z ;
2525 font-weight : bold ;
2626 margin-bottom : -10px ;
2727 .text {
@@ -32,28 +32,38 @@ a#other_options[aria-expanded="true"] {
3232.btn-paypal {
3333 border-radius : 0 ;
3434 margin : 0 7px ;
35- padding : 20px 0 ;
36- background-color : #009edf ;
37- border : 1px solid #009edf ;
35+ padding : 10px 0 ;
36+ background-color : #fff ;
37+ border : 1px solid $color-accent ;
38+ color : $color-accent ;
39+ background-color : $color-accent ;
40+ border : 1px solid $color-accent ;
3841 color : #fff ;
39- & .credit {
40- background-color : #fff ;
41- border : 1px solid #a8a8a8 ;
42- color : #a8a8a8 ;
43- }
42+ display :flex ;
4443 .fa {
45- display : block ;
4644 font-size : 32px ;
47- margin-bottom : 10px ;
45+ transition :all ease 0.3s ;
46+ }
47+ .in-button-text {
48+ margin :0 15px ;
49+ transition :all ease 0.3s ;
50+ }
51+ & .credit {
52+ background-color : #fff ;
53+ border : 1px solid $color-gray-dark ;
54+ color : $color-gray-dark ;
4855 }
4956 span {
5057 display : block ;
5158 font-size : 14px ;
5259 }
5360 & :hover {
54- background-color : #009edf ;
55- border : 1px solid #009edf ;
56- color : #fff ;
61+ background-color : #fff ;
62+ border : 1px solid $color-accent ;
63+ color : $color-accent ;
64+ .in-button-text {
65+ margin :0 20px 0 15px ;
66+ }
5767 }
5868}
5969
You can’t perform that action at this time.
0 commit comments