@asd20/ui 3.2.478 → 3.2.479
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
|
@@ -150,9 +150,9 @@ export default {
|
|
|
150
150
|
&__button-group {
|
|
151
151
|
display: flex;
|
|
152
152
|
flex-wrap: wrap;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
.asd20-button {
|
|
154
|
+
margin: space(0.25) space(0.25) 0 0;
|
|
155
|
+
}
|
|
156
156
|
}
|
|
157
157
|
&__body-content {
|
|
158
158
|
margin-bottom: space(1);
|
|
@@ -117,6 +117,7 @@ export default {
|
|
|
117
117
|
&::v-deep .asd20-button {
|
|
118
118
|
width: 50vw;
|
|
119
119
|
margin: space(0.25) 0;
|
|
120
|
+
margin: 0 space(0.5) 0 0;
|
|
120
121
|
}
|
|
121
122
|
}
|
|
122
123
|
}
|
|
@@ -135,6 +136,7 @@ export default {
|
|
|
135
136
|
);
|
|
136
137
|
flex-direction: row;
|
|
137
138
|
width: inherit;
|
|
139
|
+
margin: 0 space(0.5) 0 0;
|
|
138
140
|
}
|
|
139
141
|
}
|
|
140
142
|
}
|