@asd20/ui 3.2.1017 → 3.2.1019
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
|
@@ -298,7 +298,7 @@ export default {
|
|
|
298
298
|
|
|
299
299
|
&.asd20-notification--inline {
|
|
300
300
|
box-shadow: 0 0 0 5px #70b4c2;
|
|
301
|
-
border-radius: var(--website-shape__radius-
|
|
301
|
+
border-radius: var(--website-shape__radius-m);
|
|
302
302
|
.asd20-icon {
|
|
303
303
|
--line-color: #23464e;
|
|
304
304
|
--fill-color: #70b4c2;
|
|
@@ -379,7 +379,7 @@ export default {
|
|
|
379
379
|
top: 0;
|
|
380
380
|
transform: translateY(0) scale(1);
|
|
381
381
|
min-width: 300px;
|
|
382
|
-
border-radius: var(--website-shape__radius-
|
|
382
|
+
border-radius: var(--website-shape__radius-m);
|
|
383
383
|
&:first-child {
|
|
384
384
|
z-index: 9;
|
|
385
385
|
.asd20-notification__content, g {
|
|
@@ -80,8 +80,8 @@ export default {
|
|
|
80
80
|
var(--website-homepage-header__background-style);
|
|
81
81
|
padding: space(3) space(1) space(1) space(1);
|
|
82
82
|
height: auto;
|
|
83
|
-
border-radius: 0 var(--website-shape__radius-
|
|
84
|
-
var(--website-shape__radius-
|
|
83
|
+
border-radius: 0 var(--website-shape__radius-m)
|
|
84
|
+
var(--website-shape__radius-m) 0;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
&::v-deep .asd20-messaging__heading {
|
|
@@ -259,14 +259,14 @@ export default {
|
|
|
259
259
|
inset: 0 auto 0 3.25rem; /* top:0; right:auto; bottom:0; left:3.25rem; */
|
|
260
260
|
width: 30px;
|
|
261
261
|
background: var(--website-homepage-header__accent);
|
|
262
|
-
border-radius: var(--website-shape__radius-
|
|
262
|
+
border-radius: var(--website-shape__radius-m) 0 0 var(--website-shape__radius-m);
|
|
263
263
|
/* Make sure it sits behind the messaging card */
|
|
264
264
|
z-index: -1;
|
|
265
265
|
animation: slide_left2 2.5s ease-in-out 0s both;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
&::v-deep .asd20-messaging__button-group {
|
|
269
|
-
flex-wrap:
|
|
269
|
+
flex-wrap: wrap;
|
|
270
270
|
}
|
|
271
271
|
&::v-deep .asd20-button {
|
|
272
272
|
@include asd20-font(
|
package/src/design/tokens.css
CHANGED
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
--website-shape__even-transform: none;
|
|
194
194
|
--website-shape__line-thickness: 2px;
|
|
195
195
|
--website-shape__odd-transform: none;
|
|
196
|
-
--website-shape__radius-l:
|
|
196
|
+
--website-shape__radius-l: 10px;
|
|
197
197
|
--website-shape__radius-m: 5px;
|
|
198
|
-
--website-shape__radius-s:
|
|
198
|
+
--website-shape__radius-s: 2px;
|
|
199
199
|
--website-shape__transform: none;
|
|
200
200
|
--website-texture__default: url('/statics/images/chalk-dark.png');
|
|
201
201
|
--website-texture__position: center center;
|