@fest-lib/veela 0.1.13 → 0.1.14
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/package.json
CHANGED
|
@@ -519,8 +519,9 @@
|
|
|
519
519
|
z-index: 0;
|
|
520
520
|
padding: 0px;
|
|
521
521
|
margin: 0px;
|
|
522
|
-
border: none 0px transparent;
|
|
523
|
-
outline: none 0px transparent;
|
|
522
|
+
border: none 0px transparent !important;
|
|
523
|
+
outline: none 0px transparent !important;
|
|
524
|
+
background-color: transparent !important;
|
|
524
525
|
|
|
525
526
|
max-inline-size: max(100%, min(100cqi, 100lvi)) !important;
|
|
526
527
|
max-block-size: max(100%, min(100cqb, 100lvb)) !important;
|
|
@@ -127,6 +127,9 @@
|
|
|
127
127
|
min-block-size: 0px;
|
|
128
128
|
max-inline-size: min(100%, min(100cqi, 100dvi));
|
|
129
129
|
max-block-size: min(100%, min(100cqb, var(--lv-height, 100lvb)));
|
|
130
|
+
background-color: transparent;
|
|
131
|
+
border: none 0px transparent;
|
|
132
|
+
outline: none 0px transparent;
|
|
130
133
|
}
|
|
131
134
|
|
|
132
135
|
//
|
|
@@ -140,6 +140,10 @@
|
|
|
140
140
|
font-size: 16px;
|
|
141
141
|
line-height: 1.5;
|
|
142
142
|
dynamic-range-limit: no-limit;
|
|
143
|
+
background: none;
|
|
144
|
+
background-color: transparent;
|
|
145
|
+
border: none 0px transparent;
|
|
146
|
+
outline: none 0px transparent;
|
|
143
147
|
}
|
|
144
148
|
|
|
145
149
|
:where(body) {
|
|
@@ -155,6 +159,10 @@
|
|
|
155
159
|
-webkit-font-smoothing: antialiased;
|
|
156
160
|
text-rendering: optimizeLegibility;
|
|
157
161
|
dynamic-range-limit: no-limit;
|
|
162
|
+
background: none;
|
|
163
|
+
background-color: transparent;
|
|
164
|
+
border: none 0px transparent;
|
|
165
|
+
outline: none 0px transparent;
|
|
158
166
|
}
|
|
159
167
|
|
|
160
168
|
:where(ul, ol) {
|
|
@@ -709,12 +717,14 @@
|
|
|
709
717
|
z-index: 0;
|
|
710
718
|
padding: 0;
|
|
711
719
|
margin: 0;
|
|
712
|
-
border: none;
|
|
713
720
|
max-inline-size: max(100%, min(100cqi, 100lvi)) !important;
|
|
714
721
|
max-block-size: max(100%, min(100cqb, 100lvb)) !important;
|
|
715
722
|
max-inline-size: max(100%, min(100cqi, 100lvi)) !important;
|
|
716
723
|
max-block-size: max(100%, min(100cqb, 100lvb)) !important;
|
|
717
724
|
box-sizing: border-box !important;
|
|
725
|
+
background-color: transparent !important;
|
|
726
|
+
border: none 0px transparent !important;
|
|
727
|
+
outline: none 0px transparent !important;
|
|
718
728
|
min-inline-size: 0;
|
|
719
729
|
min-block-size: 0;
|
|
720
730
|
object-fit: cover;
|