Skip to content

Commit 9873dfc

Browse files
authored
remove unused scss (official-stockfish#30)
* remove unused scss * Delete .hugo_build.lock
1 parent 14db5ea commit 9873dfc

File tree

12 files changed

+5
-210
lines changed

12 files changed

+5
-210
lines changed
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
.button {
22
white-space: nowrap;
33
display: inline-block;
4-
// height: 40px;
5-
// line-height: 35px;
64
padding: 10px 14px;
7-
//box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
85
background: $primary;
96
border-radius: 4px;
107
font-size: 16px;
118
font-weight: normal;
12-
// text-transform: uppercase;
13-
// letter-spacing: 0.025em;
149
color: #ffffff;
1510
text-decoration: none;
1611
-webkit-transition: all 0.15s ease;
@@ -19,16 +14,12 @@
1914
color: #ffffff;
2015
background-color: lighten($primary, 10%);
2116
transform: translateY(-1px);
22-
//box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
2317
text-decoration: none;
2418
}
2519
}
2620

2721
.button-large {
28-
// font-size: 20px;
29-
// height: 60px;
3022
padding: 15px 40px;
31-
// line-height: 1.5rem;
3223
font-size: 1.5rem;
3324
font-weight: 300;
3425
}

assets/scss/components/_call.scss

Lines changed: 0 additions & 55 deletions
This file was deleted.

assets/scss/components/_feature.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@
77
align-items: center;
88
flex-direction: column;
99
text-align: center;
10-
.feature-image {
11-
flex: 0 0 auto;
12-
width: 80px;
13-
height: 80px;
14-
display: flex;
15-
margin-bottom: 20px;
16-
text-align: center;
17-
}
1810
img {
1911
width: 100%;
2012
height: auto;
2113
}
22-
.feature-title {
23-
}
2414
.feature-content {
2515
margin-bottom: auto;
2616
margin-top: auto;

assets/scss/components/_header.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@
1515
z-index: 10;
1616
width: 100%;
1717
}
18-
}
19-
.lock-scroll {
20-
.header {
21-
&.header-absolute {
22-
position: static;
23-
}
24-
}
25-
}
18+
}

assets/scss/components/_intro.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@
3737
width: 80%;
3838
}
3939
}
40-
}
41-
42-
.intro-small {
43-
padding-top: 100px;
44-
padding-bottom: 30px;
45-
}
40+
}

assets/scss/components/_main-menu-mobile.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@
7474
left: 0;
7575
}
7676
}
77-
.lock-scroll {
78-
overflow: hidden;
79-
}

assets/scss/components/_strip.scss

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,7 @@
22
background: white;
33
background-repeat: no-repeat;
44
}
5-
.strip-white {
6-
background-color: white;
7-
}
8-
.strip-grey {
9-
background-color: $green2;
10-
}
11-
.strip-diagonal {
12-
transform: skewY(5deg);
13-
padding-bottom: 50px;
14-
margin-bottom: 65px;
15-
> div {
16-
transform: skewY(-5deg);
17-
}
18-
}
19-
.strip-primary-gradient {
20-
background-image: linear-gradient(to right, $primary, $secondary);
21-
}
22-
.strip-primary-gradient-top-bottom {
23-
background-image: linear-gradient(to bottom, $primary, $secondary);
24-
}
25-
.strip-primary {
26-
background-color: $primary;
27-
}
28-
.strip-secondary {
29-
background-color: $secondary;
30-
}
315

32-
.strip-diagonal-right {
33-
margin-top: -100px;
34-
transform: skewY(-5deg);
35-
padding-bottom: 100px;
36-
> div {
37-
transform: skewY(5deg);
38-
}
39-
}
40-
41-
.strip-diagonal-left {
42-
margin-top: -100px;
43-
transform: skewY(5deg);
44-
padding-bottom: 100px;
45-
> div {
46-
transform: skewY(-5deg);
47-
}
48-
}
49-
50-
.strip-bg-contain {
51-
background-size: contain;
52-
}
53-
54-
.strip-bg-cover {
55-
background-size: cover;
6+
.strip-green {
7+
background-color: $green2;
568
}

assets/scss/pages/_home.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.page-home {
2-
}
31
.blog-preview {
42
list-style-type: none;
53
margin-bottom: 0.5rem;

assets/scss/pages/services/_page-services-single.scss

Lines changed: 0 additions & 13 deletions
This file was deleted.

assets/scss/pages/team/_team-summary.scss

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)