@asd20/ui 3.2.396 → 3.2.397
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
|
@@ -129,7 +129,7 @@ $accent: var(--color__accent);
|
|
|
129
129
|
font-weight: bold;
|
|
130
130
|
color: var(--color__accent-s20);
|
|
131
131
|
white-space: nowrap;
|
|
132
|
-
margin-right: space(0.
|
|
132
|
+
margin-right: space(0.5);
|
|
133
133
|
}
|
|
134
134
|
.time {
|
|
135
135
|
font-size: 0.75rem;
|
|
@@ -145,7 +145,8 @@ $accent: var(--color__accent);
|
|
|
145
145
|
font-size: 0.75rem;
|
|
146
146
|
margin-bottom: 0.5em;
|
|
147
147
|
display: none;
|
|
148
|
-
|
|
148
|
+
margin-right: space(0.5);
|
|
149
|
+
// white-space: nowrap;
|
|
149
150
|
}
|
|
150
151
|
.description {
|
|
151
152
|
display: none;
|
|
@@ -158,15 +159,16 @@ $accent: var(--color__accent);
|
|
|
158
159
|
}
|
|
159
160
|
.start-time {
|
|
160
161
|
margin-top: space(0.125);
|
|
161
|
-
display:
|
|
162
|
+
display: block;
|
|
162
163
|
font-size: 0.875rem;
|
|
163
|
-
margin-left: space(0.
|
|
164
|
+
margin-left: space(0.375);
|
|
164
165
|
}
|
|
165
166
|
.location {
|
|
166
167
|
display: block;
|
|
167
168
|
margin-top: space(0.125);
|
|
168
169
|
margin-bottom: 0;
|
|
169
170
|
font-size: 0.875rem;
|
|
171
|
+
margin-left: space(0.375);
|
|
170
172
|
}
|
|
171
173
|
}
|
|
172
174
|
&--all-day {
|
|
@@ -262,7 +262,7 @@ export default {
|
|
|
262
262
|
flex-grow: 0;
|
|
263
263
|
justify-content: space-between;
|
|
264
264
|
align-items: center;
|
|
265
|
-
padding: space(
|
|
265
|
+
padding: space(1) space(1);
|
|
266
266
|
cursor: pointer;
|
|
267
267
|
transition: background asd20-speed(1) ease-in-out;
|
|
268
268
|
box-shadow: 0 -1px 0 0 var(--website-menu__divider-color) inset;
|