gatsby-matrix-theme 9.0.2 → 9.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [9.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v9.0.2...v9.0.3) (2022-11-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* spotlight module styling ([64ff7d7](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/64ff7d757a7c176c60d7248fc2b6cd78fe5d5fdf))
|
|
7
|
+
|
|
1
8
|
## [9.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v9.0.1...v9.0.2) (2022-11-07)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,103 +1,99 @@
|
|
|
1
1
|
.testimonials {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
background-color: var(--spotlight-testimonials-background-color);
|
|
2
|
+
li {
|
|
3
|
+
border: var(--spotlight-testimonials-border);
|
|
4
|
+
border-radius: var(--spotlight-testimonials-border-radius);
|
|
5
|
+
background-color: var(--spotlight-testimonials-background-color);
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
img {
|
|
8
|
+
border-radius: 8rem;
|
|
9
|
+
width: 15rem !important;
|
|
10
|
+
height: 15rem !important;
|
|
11
|
+
margin: 0 auto;
|
|
12
|
+
object-fit: cover;
|
|
13
|
+
min-height: 15rem;
|
|
14
|
+
}
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
> span,
|
|
17
|
+
label {
|
|
18
|
+
font-size: 1.4rem;
|
|
19
|
+
}
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
> label,
|
|
22
|
+
> a > label {
|
|
23
|
+
padding-bottom: 0.8rem;
|
|
24
|
+
padding-top: 0.5rem;
|
|
25
|
+
font-size: var(--spotlight-testimonials-label-size);
|
|
26
|
+
color: var(--spotlight-testimonials-label-color);
|
|
27
|
+
}
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
> span {
|
|
30
|
+
width: 50%;
|
|
31
|
+
margin: 0 auto;
|
|
32
|
+
font-size: var(--spotlight-testimonials-subtitle-size);
|
|
33
|
+
color: var(--spotlight-testimonials-subtitle-color);
|
|
34
|
+
}
|
|
36
35
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
36
|
+
> div {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
flex: 1;
|
|
40
|
+
justify-content: space-between;
|
|
41
|
+
font-size: var(--spotlight-testimonials-text-size);
|
|
42
|
+
color: var(--spotlight-testimonials-text-color);
|
|
45
43
|
}
|
|
46
44
|
}
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
.boxes_with_icons {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
align-items: flex-end;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
align-items: flex-end;
|
|
54
51
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
52
|
+
li {
|
|
53
|
+
border: var(--spotlight-boxes-border);
|
|
54
|
+
background-color: var(--spotlight-boxes-background-color);
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
border-radius: var(--spotlight-boxes-border-radius);
|
|
57
|
+
position: relative;
|
|
58
|
+
margin-bottom: 3rem;
|
|
59
|
+
padding: 2.4rem 2.4rem 2.8rem 7.2rem;
|
|
60
|
+
min-height: 15rem;
|
|
61
|
+
text-align: left;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
width: calc(100% - 4.5rem);
|
|
67
64
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
65
|
+
> a > img,
|
|
66
|
+
> img {
|
|
67
|
+
position: absolute;
|
|
68
|
+
left: -4.5rem;
|
|
69
|
+
top: 50%;
|
|
70
|
+
transform: translateY(-50%);
|
|
71
|
+
display: inline-block;
|
|
72
|
+
min-width: 9.5rem !important;
|
|
73
|
+
width: 9.5rem;
|
|
74
|
+
height: 9.5rem !important;
|
|
75
|
+
border-radius: 50%;
|
|
76
|
+
max-height: none;
|
|
77
|
+
min-height: auto;
|
|
78
|
+
object-fit: fill;
|
|
79
|
+
}
|
|
83
80
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
81
|
+
&:first-of-type {
|
|
82
|
+
margin-top: 3rem;
|
|
83
|
+
}
|
|
87
84
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
85
|
+
> label {
|
|
86
|
+
font-size: var(--spotlight-boxes-label-size);
|
|
87
|
+
color: var(--spotlight-boxes-label-color);
|
|
88
|
+
line-height: var(--spotlight-boxes-label-line-height);
|
|
89
|
+
padding: var(--spotlight-boxes-label-padding);
|
|
90
|
+
}
|
|
94
91
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
92
|
+
> div {
|
|
93
|
+
font-size: var(--spotlight-boxes-text-size);
|
|
94
|
+
color: var(--spotlight-boxes-text-color);
|
|
95
|
+
> a {
|
|
96
|
+
width: fit-content;
|
|
101
97
|
}
|
|
102
98
|
}
|
|
103
99
|
}
|