@asd20/ui 3.2.479 → 3.2.481
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
|
@@ -44,7 +44,8 @@ export default {
|
|
|
44
44
|
opacity: 0.875;
|
|
45
45
|
|
|
46
46
|
.asd20-breadcrumb__label {
|
|
47
|
-
box-shadow: 0 2px 0 0 var(--website-page__link-color);
|
|
47
|
+
// box-shadow: 0 2px 0 0 var(--website-page__link-color);
|
|
48
|
+
border-bottom: 2px solid var(--webstie-page__link-color);
|
|
48
49
|
white-space: nowrap;
|
|
49
50
|
}
|
|
50
51
|
|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
84
84
|
);
|
|
85
85
|
flex-direction: column;
|
|
86
86
|
width: 70vw;
|
|
87
|
-
margin: space(0.5) auto;
|
|
87
|
+
margin: space(0.5) auto !important;
|
|
88
88
|
color: var(--website-homepage-header__button-foreground-color);
|
|
89
89
|
background: var(--website-homepage-header__button-background-color);
|
|
90
90
|
border: none;
|
|
@@ -120,8 +120,7 @@ export default {
|
|
|
120
120
|
}
|
|
121
121
|
&::v-deep .asd20-button {
|
|
122
122
|
width: 50vw;
|
|
123
|
-
margin: space(0.
|
|
124
|
-
margin: space(0.5) space(0.5) 0 0;
|
|
123
|
+
margin: space(0.5) space(0.5) 0 0 !important;
|
|
125
124
|
}
|
|
126
125
|
}
|
|
127
126
|
}
|
|
@@ -185,7 +184,7 @@ export default {
|
|
|
185
184
|
);
|
|
186
185
|
flex-direction: row;
|
|
187
186
|
width: inherit;
|
|
188
|
-
margin: space(0.5) space(0.5) 0 0;
|
|
187
|
+
margin: space(0.5) space(0.5) 0 0 !important;
|
|
189
188
|
}
|
|
190
189
|
}
|
|
191
190
|
}
|
|
@@ -403,10 +403,13 @@
|
|
|
403
403
|
// .asd20-story-item__description a:not(.asd20-button):not(.asd20-story-item)
|
|
404
404
|
color: var(--color__primary);
|
|
405
405
|
text-decoration: none;
|
|
406
|
-
box-shadow: 0 2px 0 0 var(--website-page__link-color);
|
|
406
|
+
// box-shadow: 0 2px 0 0 var(--website-page__link-color);
|
|
407
|
+
border-bottom: 2px solid var(--website-page__link-color);
|
|
407
408
|
// white-space: nowrap;
|
|
408
409
|
&:hover {
|
|
409
|
-
box-shadow: 0 2px 0 0 var(--color__accent);
|
|
410
|
+
// box-shadow: 0 2px 0 0 var(--color__accent);
|
|
411
|
+
border-bottom: 2px solid var(--color__accent);
|
|
412
|
+
|
|
410
413
|
}
|
|
411
414
|
&:focus {
|
|
412
415
|
@include asd20-focus;
|