Skip to content

Commit 9b0b470

Browse files
author
zzzprojects
committed
Update layout & Pricing
Update layout & Pricing
1 parent de35780 commit 9b0b470

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

docs/_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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>

docs/_sass/components/rotator-dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
left: -5%;
3737
position: relative;
3838
width: 110%;
39+
overflow:hidden;
3940
}
4041

4142
.rotator .rotator-body-inner {

docs/_sass/pages/pricing.scss

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)