@asd20/ui 3.2.435 → 3.2.436

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.435",
8
+ "version": "3.2.436",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -131,8 +131,8 @@ export default {
131
131
  height: space(1.5);
132
132
  margin: space(1) auto space(1) 0;
133
133
  display: block;
134
- --fill-one: white;
135
- --fill-two: white;
134
+ --fill-one: #fff;
135
+ --fill-two: #ccc;
136
136
  }
137
137
  }
138
138
  }
@@ -66,7 +66,8 @@ export default {
66
66
  700
67
67
  );
68
68
  flex-direction: column;
69
- width: 50vw;
69
+ width: 70vw;
70
+ margin: space(0.5) auto;
70
71
  color: var(--website-homepage-header__secondary-button-foreground-color);
71
72
  // background: var(--website-homepage-header__secondary-button-background-color);
72
73
  &:hover {
@@ -113,6 +114,10 @@ export default {
113
114
  &::v-deep .lead {
114
115
  width: 100%;
115
116
  }
117
+ &::v-deep .asd20-button {
118
+ width: 50vw;
119
+ margin: space(0.25) 0;
120
+ }
116
121
  }
117
122
  }
118
123
  @media (min-width: 1024px) {
@@ -83,7 +83,8 @@ export default {
83
83
  700
84
84
  );
85
85
  flex-direction: column;
86
- width: 50vw;
86
+ width: 70vw;
87
+ margin: space(0.5) auto;
87
88
  color: var(--website-homepage-header__button-foreground-color);
88
89
  background: var(--website-homepage-header__button-background-color);
89
90
  border: none;
@@ -113,6 +114,10 @@ export default {
113
114
  margin-top: 0;
114
115
  }
115
116
  }
117
+ &::v-deep .asd20-button {
118
+ width: 50vw;
119
+ margin: space(0.25) 0;
120
+ }
116
121
  }
117
122
  }
118
123