@gravity-ui/page-constructor 5.20.0 → 5.20.1
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.
|
@@ -148,12 +148,12 @@ unpredictable css rules order in build */
|
|
|
148
148
|
.pc-content_theme_light .pc-content__title a:hover {
|
|
149
149
|
color: var(--g-color-text-dark-secondary);
|
|
150
150
|
}
|
|
151
|
-
.pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__buttons), .pc-content_control-position_bottom .pc-content__notice:has(+ .pc-
|
|
151
|
+
.pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__buttons), .pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__links),
|
|
152
152
|
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-content__buttons),
|
|
153
|
-
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-
|
|
153
|
+
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-content__links),
|
|
154
154
|
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-content__buttons),
|
|
155
|
-
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-
|
|
155
|
+
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-content__links),
|
|
156
156
|
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-content__buttons),
|
|
157
|
-
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-
|
|
157
|
+
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-content__links) {
|
|
158
158
|
margin-bottom: auto;
|
|
159
159
|
}
|
|
@@ -148,12 +148,12 @@ unpredictable css rules order in build */
|
|
|
148
148
|
.pc-content_theme_light .pc-content__title a:hover {
|
|
149
149
|
color: var(--g-color-text-dark-secondary);
|
|
150
150
|
}
|
|
151
|
-
.pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__buttons), .pc-content_control-position_bottom .pc-content__notice:has(+ .pc-
|
|
151
|
+
.pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__buttons), .pc-content_control-position_bottom .pc-content__notice:has(+ .pc-content__links),
|
|
152
152
|
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-content__buttons),
|
|
153
|
-
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-
|
|
153
|
+
.pc-content_control-position_bottom .pc-content__list:has(+ .pc-content__links),
|
|
154
154
|
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-content__buttons),
|
|
155
|
-
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-
|
|
155
|
+
.pc-content_control-position_bottom .pc-content__text:has(+ .pc-content__links),
|
|
156
156
|
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-content__buttons),
|
|
157
|
-
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-
|
|
157
|
+
.pc-content_control-position_bottom .pc-content__title:has(+ .pc-content__links) {
|
|
158
158
|
margin-bottom: auto;
|
|
159
159
|
}
|