@asd20/ui 3.2.352 → 3.2.353
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
|
@@ -253,6 +253,7 @@ export default {
|
|
|
253
253
|
.back {
|
|
254
254
|
color: currentColor !important;
|
|
255
255
|
order: 2;
|
|
256
|
+
|
|
256
257
|
}
|
|
257
258
|
.right {
|
|
258
259
|
display: flex;
|
|
@@ -290,12 +291,12 @@ export default {
|
|
|
290
291
|
&::v-deep .asd20-icon {
|
|
291
292
|
width: 24px !important;
|
|
292
293
|
height: 24px !important;
|
|
293
|
-
--line-color: currentColor;
|
|
294
|
-
--fill-color: var(--color__accent);
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
294
|
+
--line-color: currentColor !important;
|
|
295
|
+
--fill-color: var(--color__accent) !important;
|
|
296
|
+
g {
|
|
297
|
+
// --website-icon__line-color: var(--website-icon__line-color) !important;
|
|
298
|
+
--line-color: currentColor !important;
|
|
299
|
+
}
|
|
299
300
|
}
|
|
300
301
|
&::v-deep .asd20-select-input {
|
|
301
302
|
margin-bottom: 0;
|
|
@@ -485,6 +486,7 @@ export default {
|
|
|
485
486
|
img {
|
|
486
487
|
width: 100%;
|
|
487
488
|
height: 100%;
|
|
489
|
+
max-height: inherit;
|
|
488
490
|
object-fit: cover;
|
|
489
491
|
border-top: none;
|
|
490
492
|
// opacity: 0;
|