Skip to content

Commit cfaf37f

Browse files
Aaron N. BrockAaron N. Brock
authored andcommitted
purge $secondary-font
1 parent 6a63378 commit cfaf37f

File tree

4 files changed

+40
-84
lines changed

4 files changed

+40
-84
lines changed

assets/scss/_buttons.scss

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,12 @@
88
// }
99
// }
1010

11-
// .hire_button{
12-
// background: $primary_color;
13-
// padding: 15px 30px;
14-
// color: #fff;
15-
// text-decoration: none;
16-
// border-radius: 7px;
17-
// font-size: 16px;
18-
// font-family: $secondary-font;
19-
// font-weight: 400;
20-
// border: 1px solid transparent;
21-
// transition: all .3s ease;
22-
// transform: scale(1);
23-
// &:hover{
24-
// background: #425FEE;
25-
// box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3);
26-
// transform: scale(1.03);
27-
// }
28-
// @include desktop{
29-
// text-align: center;
30-
// }
31-
// }
32-
3311
// Button Override
3412
.btn {
3513
display: inline-block;
3614
padding: 15px 30px;
37-
font-family: $secondary-font;
3815
font-size: 16px;
39-
// background: $primary-color;
4016
border-radius: 7px;
41-
//color: #fff;
42-
// ext-decoration: none;
43-
// border: 1px solid transparent;
44-
// transition: all 0.3s ease;
45-
// transform: scale(1);
46-
// &:hover {
47-
// background: #425fee;
48-
// box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3);
49-
// transform: scale(1.03);
50-
// }
5117
}
5218

5319
.btn-lg {

assets/scss/_variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ $dark-gray: #646569;
1111
$white: #fff;
1212
$black: #000;
1313

14-
// Font Variables
15-
$secondary-font: "Poppins", sans-serif;
16-
1714
//////
1815
////// Bootstrap Variables
1916
//////
Lines changed: 39 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
.footer{
2-
background: #1B2031;
1+
.footer {
2+
background: #1b2031;
33
position: relative;
44
margin-top: 150px;
5-
&__background_shape{
5+
&__background_shape {
66
position: absolute;
77
width: 100%;
88
top: 0;
99
left: 0;
10-
svg{
10+
svg {
1111
height: 100%;
1212
width: 100%;
13-
path{
13+
path {
1414
fill: $white;
1515
}
1616
}
17-
@include mobile{
17+
@include mobile {
1818
display: none;
1919
}
2020
}
21-
&__cta{
21+
&__cta {
2222
background: $primary-color;
2323
padding: 100px 80px;
2424
border-radius: 20px;
@@ -29,21 +29,21 @@
2929
position: relative;
3030
overflow: hidden;
3131
z-index: 5;
32-
.shape-1{
32+
.shape-1 {
3333
position: absolute;
3434
z-index: -1;
3535
transform: rotate(-20deg);
3636
top: -43%;
3737
left: 2%;
3838
animation: moveLeft 5s infinite linear;
39-
svg{
40-
path{
39+
svg {
40+
path {
4141
fill: #ffffff;
42-
opacity: .07;
42+
opacity: 0.07;
4343
}
4444
}
4545
}
46-
.shape-2{
46+
.shape-2 {
4747
position: absolute;
4848
z-index: -1;
4949
transform: rotate(80deg);
@@ -52,37 +52,37 @@
5252
width: 235px;
5353
height: 208px;
5454
animation: move_top 3s infinite linear;
55-
svg{
55+
svg {
5656
height: 100%;
5757
width: 100%;
58-
path{
58+
path {
5959
fill: #ffffff;
60-
opacity: .07;
60+
opacity: 0.07;
6161
}
6262
}
6363
}
64-
@include desktop{
64+
@include desktop {
6565
padding: 70px 40px;
6666
}
67-
&_content{
67+
&_content {
6868
width: 60%;
69-
@include desktop{
69+
@include desktop {
7070
width: 100%;
7171
text-align: center;
7272
margin-bottom: 20px;
7373
}
74-
span{
74+
span {
7575
font-size: 20px;
7676
display: block;
7777
line-height: 1;
7878
margin: 0 0 20px 40px;
7979
position: relative;
80-
@include desktop{
80+
@include desktop {
8181
display: inline-block;
8282
}
83-
&::before{
83+
&::before {
8484
position: absolute;
85-
content: '';
85+
content: "";
8686
height: 2px;
8787
width: 20px;
8888
left: -40px;
@@ -92,23 +92,23 @@
9292
}
9393
}
9494
}
95-
&_action{
95+
&_action {
9696
width: 40%;
97-
@include desktop{
97+
@include desktop {
9898
width: 100%;
9999
text-align: center;
100100
}
101-
a{
101+
a {
102102
float: right;
103-
@include desktop{
103+
@include desktop {
104104
float: none;
105105
}
106106
}
107107
}
108108
}
109-
&__widget{
109+
&__widget {
110110
padding: 100px 0;
111-
@include desktop{
111+
@include desktop {
112112
text-align: center;
113113
padding: 50px 0;
114114
.footer__widget_address {
@@ -122,39 +122,32 @@
122122
// &_address{
123123
// }
124124
}
125-
&__footer{
125+
&__footer {
126126
padding: 50px 0;
127-
border-top: 1px solid rgba(255, 255, 255, .2);
128-
@include desktop{
127+
border-top: 1px solid rgba(255, 255, 255, 0.2);
128+
@include desktop {
129129
text-align: center;
130130
}
131-
&_copy{
132-
p{
133-
color: #fff;
134-
font-size: 16px;
135-
font-family: $secondary-font;
136-
margin: 0;
137-
}
138-
}
139-
&_social{
140-
ul{
131+
&_social {
132+
ul {
141133
float: right;
142-
@include desktop{
134+
@include desktop {
143135
margin: 20px auto 0;
144136
float: none;
145137
}
146138
}
147139
}
148140
}
149141
}
150-
@keyframes moveLeft{
151-
0%, 100% {
142+
@keyframes moveLeft {
143+
0%,
144+
100% {
152145
-webkit-transform: translateX(0) rotate(-20deg);
153146
transform: translateX(0) rotate(-20deg);
154147
}
155-
148+
156149
50% {
157150
-webkit-transform: translateX(15px) rotate(-20deg);
158151
transform: translateX(15px) rotate(-20deg);
159152
}
160-
}
153+
}

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h4 class="base-font">Address</h4>
6868
</div>
6969
<div class="row footer__footer">
7070
<div class="col-lg-6">
71-
<div class="footer__footer_copy">
71+
<div class="footer__footer_copy text-light">
7272
<p>{{ .Site.Params.copyright }}</p>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)