Skip to content

Commit 3a07c1c

Browse files
committed
Upadted SCSS files
1 parent 2f41720 commit 3a07c1c

13 files changed

+495
-522
lines changed

webpack/sass/author-post-page.scss

+22-24
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
1-
21
// Author Post page
32
.author-posts {
4-
.header {
5-
.container {
6-
.image {
7-
width: 9.5rem;
8-
height: 9.5rem;
9-
}
10-
11-
.about {
12-
@extend .body-big;
13-
@extend .padding-top-big;
14-
15-
line-height: 1.8125;
16-
}
17-
18-
.button {
19-
@extend .margin-top-bigger;
20-
}
3+
.header {
4+
.container {
5+
.image {
6+
width: 9.5rem;
7+
height: 9.5rem;
8+
}
9+
10+
.about {
11+
@extend .body-big;
12+
@extend .padding-top-big;
13+
14+
line-height: 1.8125;
15+
}
16+
17+
.button {
18+
@extend .margin-top-bigger;
2119
}
2220
}
23-
24-
.posts {
25-
@extend .padding-top-xl;
26-
@extend .padding-bottom-xxl;
27-
}
2821
}
29-
22+
23+
.posts {
24+
@extend .padding-top-xl;
25+
@extend .padding-bottom-xxl;
26+
}
27+
}

webpack/sass/authors-page.scss

+35-37
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,45 @@
1-
21
// All Authors page
32
.all-authors {
4-
.authors-list {
5-
@extend .padding-bottom-xxl;
6-
7-
background-color: $color-lighter-gray;
8-
.container {
9-
@extend .padding-horizontal-big;
10-
}
3+
.authors-list {
4+
@extend .padding-bottom-xxl;
5+
6+
background-color: $color-lighter-gray;
7+
.container {
8+
@extend .padding-horizontal-big;
119
}
12-
13-
.author {
14-
@extend .padding-big;
15-
16-
.image {
17-
height: 3.75rem;
18-
width: 3.75rem;
19-
}
20-
10+
}
11+
12+
.author {
13+
@extend .padding-big;
14+
15+
.image {
16+
height: 3.75rem;
17+
width: 3.75rem;
18+
}
19+
20+
.mobile {
21+
display: none;
22+
}
23+
24+
.desktop {
25+
display: inline;
26+
}
27+
28+
@media only screen and (max-width: 768px) {
2129
.mobile {
22-
display: none;
23-
}
24-
25-
.desktop {
2630
display: inline;
2731
}
28-
29-
@media only screen and (max-width: 768px) {
30-
.mobile {
31-
display: inline;
32-
}
33-
.desktop {
34-
display: none;
35-
}
32+
.desktop {
33+
display: none;
3634
}
37-
38-
.author-name {
39-
@extend .padding-top-small;
40-
41-
.link {
42-
@extend .has-color-dark-slate-gray;
43-
}
35+
}
36+
37+
.author-name {
38+
@extend .padding-top-small;
39+
40+
.link {
41+
@extend .has-color-dark-slate-gray;
4442
}
4543
}
4644
}
47-
45+
}

webpack/sass/blog-page.scss

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
21
// Blog page
32
.blog-page {
4-
.blog-page-posts {
3+
.blog-page-posts {
4+
@extend .padding-top-normal;
5+
6+
.pagination-wrapper {
57
@extend .padding-top-normal;
6-
7-
.pagination-wrapper {
8-
@extend .padding-top-normal;
9-
@extend .padding-bottom-xxl;
10-
}
8+
@extend .padding-bottom-xxl;
119
}
1210
}
11+
}

webpack/sass/categories-page.scss

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
21
// Categories page
32
.all-categories {
4-
.categories-list {
5-
@extend .padding-horizontal-big;
6-
@extend .padding-top-xl;
7-
@extend .padding-bottom-xxl;
8-
}
3+
.categories-list {
4+
@extend .padding-horizontal-big;
5+
@extend .padding-top-xl;
6+
@extend .padding-bottom-xxl;
97
}
10-
8+
}

webpack/sass/cc-search.scss

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
// CC Search Roadmap
32
.cc-search-roadmap {
4-
.body {
5-
@extend .padding-horizontal-big;
6-
@extend .padding-top-xl;
7-
@extend .padding-bottom-xxl;
8-
}
3+
.body {
4+
@extend .padding-horizontal-big;
5+
@extend .padding-top-xl;
6+
@extend .padding-bottom-xxl;
97
}
8+
}

webpack/sass/guidelines.scss

+18-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
21
// Guidelines page
32
.code-guidelines {
4-
.code-guidelines-body {
5-
@extend .padding-horizontal-big;
6-
7-
.link {
8-
@extend .has-color-forest-green;
9-
}
10-
.is-active {
11-
@extend .has-color-dark-slate-gray;
12-
}
13-
14-
.row {
15-
@extend .padding-top-larger;
16-
}
17-
18-
.content {
19-
@extend .padding-bottom-xxl;
20-
@extend .padding-top-xl;
21-
}
3+
.code-guidelines-body {
4+
@extend .padding-horizontal-big;
5+
6+
.link {
7+
@extend .has-color-forest-green;
8+
}
9+
.is-active {
10+
@extend .has-color-dark-slate-gray;
11+
}
12+
13+
.row {
14+
@extend .padding-top-larger;
15+
}
16+
17+
.content {
18+
@extend .padding-bottom-xxl;
19+
@extend .padding-top-xl;
2220
}
2321
}
24-
22+
}

0 commit comments

Comments
 (0)