File tree Expand file tree Collapse file tree 3 files changed +36
-27
lines changed Expand file tree Collapse file tree 3 files changed +36
-27
lines changed Original file line number Diff line number Diff line change 1
1
// 'patterns/' houses styles for custom patterns.
2
2
// @import './pattern-name';
3
+
4
+ @import ' ./post-meta' ;
Original file line number Diff line number Diff line change
1
+ /* -- post meta -- */
2
+
3
+ .post-meta {
4
+ gap : 0 ;
5
+ justify-content : flex-start ;
6
+ padding-top : var (--wp--preset--spacing--10 );
7
+
8
+ p {
9
+ font-family : var (--wp--preset--font-family--headline );
10
+ font-size : 0.75rem ;
11
+ font-weight : 400 ;
12
+ line-height : 1.6 ;
13
+ }
14
+
15
+ .wp-block-post-date {
16
+ font-family : var (--wp--preset--font-family--headline );
17
+ font-size : 0.75rem ;
18
+ font-weight : 400 ;
19
+ line-height : 1.6 ;
20
+ padding-left : 0.375rem ;
21
+
22
+ & ::after {
23
+ content : ' .' ;
24
+ padding-right : 0.375rem ;
25
+ }
26
+ }
27
+ }
Original file line number Diff line number Diff line change 1
1
/* -- Search Page -- */
2
2
3
- .search {
3
+ .search ,
4
+ .search-results {
4
5
.wp-block-query-title {
5
6
font-size : var (--wp--preset--font-size--m );
6
7
margin-bottom : var (--wp--preset--spacing--30 );
14
15
padding-top : 0.375rem ;
15
16
}
16
17
17
- .post-meta {
18
- gap : 0 ;
19
- justify-content : flex-start ;
20
-
21
- p {
22
- font-family : var (--wp--preset--font-family--headline );
23
- font-size : 0.75rem ;
24
- font-weight : 400 ;
25
- line-height : 1.6 ;
26
- margin-top : 0.5rem !important ; /* stylelint-disable-line declaration-no-important */
27
- }
28
-
29
- .wp-block-post-date {
30
- font-family : var (--wp--preset--font-family--headline );
31
- font-size : 0.75rem ;
32
- font-weight : 400 ;
33
- line-height : 1.6 ;
34
- padding-left : 0.375rem ;
35
-
36
- & ::after {
37
- content : ' .' ;
38
- padding-right : 0.375rem ;
39
- }
40
- }
41
- }
42
-
43
18
& :last-of-type {
44
19
.wp-block-separator {
45
20
display : none ;
46
21
}
47
22
}
23
+
24
+ .wp-block-post-excerpt {
25
+ margin-top : var (--wp--preset--spacing--10 );
26
+ }
48
27
}
28
+
49
29
}
You can’t perform that action at this time.
0 commit comments