File tree 13 files changed +495
-522
lines changed
13 files changed +495
-522
lines changed Original file line number Diff line number Diff line change 1
-
2
1
// Author Post page
3
2
.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 ;
21
19
}
22
20
}
23
-
24
- .posts {
25
- @extend .padding-top-xl ;
26
- @extend .padding-bottom-xxl ;
27
- }
28
21
}
29
-
22
+
23
+ .posts {
24
+ @extend .padding-top-xl ;
25
+ @extend .padding-bottom-xxl ;
26
+ }
27
+ }
Original file line number Diff line number Diff line change 1
-
2
1
// All Authors page
3
2
.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 ;
11
9
}
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 ) {
21
29
.mobile {
22
- display : none ;
23
- }
24
-
25
- .desktop {
26
30
display : inline ;
27
31
}
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 ;
36
34
}
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 ;
44
42
}
45
43
}
46
44
}
47
-
45
+ }
Original file line number Diff line number Diff line change 1
-
2
1
// Blog page
3
2
.blog-page {
4
- .blog-page-posts {
3
+ .blog-page-posts {
4
+ @extend .padding-top-normal ;
5
+
6
+ .pagination-wrapper {
5
7
@extend .padding-top-normal ;
6
-
7
- .pagination-wrapper {
8
- @extend .padding-top-normal ;
9
- @extend .padding-bottom-xxl ;
10
- }
8
+ @extend .padding-bottom-xxl ;
11
9
}
12
10
}
11
+ }
Original file line number Diff line number Diff line change 1
-
2
1
// Categories page
3
2
.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 ;
9
7
}
10
-
8
+ }
Original file line number Diff line number Diff line change 1
-
2
1
// CC Search Roadmap
3
2
.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 ;
9
7
}
8
+ }
Original file line number Diff line number Diff line change 1
-
2
1
// Guidelines page
3
2
.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 ;
22
20
}
23
21
}
24
-
22
+ }
You can’t perform that action at this time.
0 commit comments