@asd20/ui 3.2.1025 → 3.2.1026
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 +1 -1
- package/src/components/molecules/Asd20Share/index.vue +1 -1
- package/src/components/organisms/Asd20ImageHeader/index.vue +1 -5
- package/src/components/organisms/Asd20PageHeader/index.vue +1 -5
- package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +1 -1
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +1 -1
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +1 -1
package/package.json
CHANGED
|
@@ -172,7 +172,7 @@ export default {
|
|
|
172
172
|
padding-right: 0.5rem;
|
|
173
173
|
}
|
|
174
174
|
.asd20-icon {
|
|
175
|
-
--line-color: var(--website-
|
|
175
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
176
176
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
177
177
|
}
|
|
178
178
|
&:hover,
|
|
@@ -335,12 +335,8 @@ export default {
|
|
|
335
335
|
&::v-deep .asd20-icon {
|
|
336
336
|
width: 32px !important;
|
|
337
337
|
height: 32px !important;
|
|
338
|
-
--line-color: var(--website-
|
|
338
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
339
339
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
340
|
-
g {
|
|
341
|
-
// --website-icon__line-color: var(--website-icon__line-color) !important;
|
|
342
|
-
--line-color: var(--website-menu__icon-line-color) !important;
|
|
343
|
-
}
|
|
344
340
|
}
|
|
345
341
|
&::v-deep .asd20-select-input {
|
|
346
342
|
margin-bottom: 0;
|
|
@@ -353,12 +353,8 @@ export default {
|
|
|
353
353
|
&::v-deep .asd20-icon {
|
|
354
354
|
width: 32px !important;
|
|
355
355
|
height: 32px !important;
|
|
356
|
-
--line-color: var(--website-
|
|
356
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
357
357
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
358
|
-
g {
|
|
359
|
-
// --website-icon__line-color: var(--website-icon__line-color) !important;
|
|
360
|
-
--line-color: var(--website-menu__icon-line-color) !important;
|
|
361
|
-
}
|
|
362
358
|
}
|
|
363
359
|
}
|
|
364
360
|
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
265
265
|
.asd20-icon {
|
|
266
266
|
width: 32px !important;
|
|
267
267
|
height: 32px !important;
|
|
268
|
-
--line-color: var(--website-
|
|
268
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
269
269
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
278
278
|
.asd20-icon {
|
|
279
279
|
width: 32px !important;
|
|
280
280
|
height: 32px !important;
|
|
281
|
-
--line-color: var(--website-
|
|
281
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
282
282
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
283
283
|
}
|
|
284
284
|
}
|
|
@@ -307,7 +307,7 @@ export default {
|
|
|
307
307
|
.asd20-icon {
|
|
308
308
|
width: 32px !important;
|
|
309
309
|
height: 32px !important;
|
|
310
|
-
--line-color: var(--website-
|
|
310
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
311
311
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
312
312
|
}
|
|
313
313
|
}
|
|
@@ -262,7 +262,7 @@ export default {
|
|
|
262
262
|
.asd20-icon {
|
|
263
263
|
width: 32px !important;
|
|
264
264
|
height: 32px !important;
|
|
265
|
-
--line-color: var(--website-
|
|
265
|
+
--line-color: var(--website-icon__icon-line-color) !important;
|
|
266
266
|
--fill-color: var(--website-menu__icon-fill-color) !important;
|
|
267
267
|
}
|
|
268
268
|
}
|