optimized-react-component-library-xyz123 2.14.2 → 3.0.0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +9 -9
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -135,10 +135,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
135
135
|
border-color: var(--action);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.secondary_icon {
|
|
139
|
-
padding-right: 0.6rem;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
138
|
/* ---------- COOKIE BANNER ---------- */
|
|
143
139
|
|
|
144
140
|
.pts-cookieBanner {
|
|
@@ -543,7 +539,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
543
539
|
margin-bottom: 3.6rem;
|
|
544
540
|
}
|
|
545
541
|
|
|
546
|
-
|
|
547
542
|
/* ---------- TEXT HEADLINE AND BODY ---------- */
|
|
548
543
|
|
|
549
544
|
.pts-textHeadlineAndBody-container .notFirstInList {
|
|
@@ -1025,6 +1020,15 @@ input:focus-visible:-webkit-autofill {
|
|
|
1025
1020
|
border-color: var(--background);
|
|
1026
1021
|
}
|
|
1027
1022
|
|
|
1023
|
+
.cookie_icon {
|
|
1024
|
+
padding-right: 0.6rem;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.cookie_icon svg {
|
|
1028
|
+
height: 1.6rem;
|
|
1029
|
+
width: 1.4rem;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1028
1032
|
/* ---------- MODAL ---------- */
|
|
1029
1033
|
|
|
1030
1034
|
.pts-modal-overlay {
|
|
@@ -1119,10 +1123,6 @@ input:focus-visible:-webkit-autofill {
|
|
|
1119
1123
|
|
|
1120
1124
|
/*-----------ALWAYS IN THE END OF STYLES----------------*/
|
|
1121
1125
|
|
|
1122
|
-
.secondary_icon {
|
|
1123
|
-
padding-right: 0.6rem;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
1126
|
.cleanPadding {
|
|
1127
1127
|
padding: 0;
|
|
1128
1128
|
}
|