mirror of
https://github.com/proelements/proelements.git
synced 2026-05-16 05:45:01 +00:00
v4.0.4
This commit is contained in:
+13
-9
@@ -1,4 +1,4 @@
|
||||
/*! pro-elements - v3.35.0 - 02-02-2026 */
|
||||
/*! pro-elements - v4.0.0 - 28-04-2026 */
|
||||
:root {
|
||||
--color-box-shadow-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
@@ -162,7 +162,7 @@
|
||||
}
|
||||
.e-site-editor-conditions__remove-condition {
|
||||
color: #818A96;
|
||||
font-size: type(size, "18");
|
||||
font-size: type(size, '18');
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -196,13 +196,17 @@
|
||||
}
|
||||
.e-site-editor-conditions__add-button {
|
||||
margin-block-start: 2.75rem;
|
||||
background-color: var(--e-site-editor-add-button-background-color);
|
||||
color: #ffffff;
|
||||
background-color: var(--e-one-palette-primary-main, var(--e-site-editor-add-button-background-color));
|
||||
border-color: var(--e-one-palette-primary-main, var(--e-site-editor-add-button-background-color));
|
||||
color: var(--e-one-palette-primary-contrast-text, var(--e-one-palette-primary-contrastText, #ffffff));
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
}
|
||||
.e-site-editor-conditions__add-button:hover {
|
||||
background-color: var(--e-site-editor-add-button-color-hover-background-color);
|
||||
color: #ffffff;
|
||||
.e-site-editor-conditions__add-button:hover, .e-site-editor-conditions__add-button:focus {
|
||||
background-color: var(--e-one-palette-primary-dark, var(--e-site-editor-add-button-color-hover-background-color));
|
||||
border-color: var(--e-one-palette-primary-dark, var(--e-site-editor-add-button-color-hover-background-color));
|
||||
color: var(--e-one-palette-primary-contrast-text, var(--e-one-palette-primary-contrastText, #ffffff));
|
||||
text-decoration: none;
|
||||
}
|
||||
.e-site-editor-conditions__footer {
|
||||
display: flex;
|
||||
@@ -275,7 +279,7 @@
|
||||
text-transform: uppercase;
|
||||
padding-inline-start: 2.125rem;
|
||||
width: 7.5rem;
|
||||
font-size: type(size, "12");
|
||||
font-size: type(size, '12');
|
||||
border-inline-end: 1px solid;
|
||||
border-color: var(--e-site-editor-input-wrapper-border-color);
|
||||
}
|
||||
@@ -360,4 +364,4 @@
|
||||
.eps-app__content:has(.e-site-editor__content_container_main) {
|
||||
padding: 0;
|
||||
}
|
||||
/*# sourceMappingURL=app.css.map */
|
||||
/*# sourceMappingURL=app.css.map */
|
||||
|
||||
Reference in New Issue
Block a user