@total_onion/onion-library 2.0.109 → 2.0.111
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/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1 -1
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.scss +1 -1
- package/package.json +1 -1
- package/public/block-post-info-v3/post-info-v3.css +3 -18
- package/public/block-single-responsive-image-v3/single-responsive-image-v3.css +4 -4
package/package.json
CHANGED
|
@@ -1191,6 +1191,9 @@
|
|
|
1191
1191
|
object-fit: var(--image-fit-style);
|
|
1192
1192
|
margin: auto;
|
|
1193
1193
|
}
|
|
1194
|
+
.post-info-v3__post-author-label {
|
|
1195
|
+
display: flex;
|
|
1196
|
+
}
|
|
1194
1197
|
.post-info-v3__global-image {
|
|
1195
1198
|
z-index: var(--global-image-zindex);
|
|
1196
1199
|
max-width: var(--global-image-max-width);
|
|
@@ -1217,24 +1220,6 @@
|
|
|
1217
1220
|
max-width: calc(var(--logo-max-width-desktop) / var(--design-reference) * var(--screen-width));
|
|
1218
1221
|
}
|
|
1219
1222
|
}
|
|
1220
|
-
.post-info-v3__person-rating {
|
|
1221
|
-
display: flex;
|
|
1222
|
-
gap: 1em;
|
|
1223
|
-
}
|
|
1224
|
-
.post-info-v3__person-rating-star {
|
|
1225
|
-
--rating-star-colour: gold;
|
|
1226
|
-
width: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
|
|
1227
|
-
}
|
|
1228
|
-
.post-info-v3__person-questionaire-list {
|
|
1229
|
-
list-style-type: none;
|
|
1230
|
-
}
|
|
1231
|
-
.post-info-v3__person-email {
|
|
1232
|
-
display: flex;
|
|
1233
|
-
gap: 1em;
|
|
1234
|
-
}
|
|
1235
|
-
.post-info-v3__person-email-icon {
|
|
1236
|
-
width: 1em;
|
|
1237
|
-
}
|
|
1238
1223
|
.post-info-v3__post-text-alternative-style {
|
|
1239
1224
|
width: auto;
|
|
1240
1225
|
display: grid;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
.single-responsive-image-v3 {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: stretch;
|
|
4
|
-
}
|
|
5
1
|
.single-responsive-image-v3__picture {
|
|
6
2
|
width: 100%;
|
|
7
3
|
width: var(--image-width-mobile, 100%);
|
|
@@ -58,3 +54,7 @@
|
|
|
58
54
|
min-height: calc(var(--image-min-height-desktop) - (var(--global-site-header-height, 0px) - var(--cancel-header-height)));
|
|
59
55
|
}
|
|
60
56
|
}
|
|
57
|
+
.single-responsive-image-v3 {
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: stretch;
|
|
60
|
+
}
|