@asd20/ui 3.2.360 → 3.2.361

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.360",
8
+ "version": "3.2.361",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -286,6 +286,12 @@ export default {
286
286
  flex-shrink: 0;
287
287
  overflow: hidden;
288
288
  margin-top: space(2.25);
289
+ .asd20-page-header::after {
290
+ left: 0;
291
+ }
292
+ .asd20-page-header {
293
+ margin-bottom: space(0);
294
+ }
289
295
  .notification-group--floating {
290
296
  position: absolute;
291
297
  right: space(0.5);
@@ -301,9 +307,9 @@ export default {
301
307
  background-position-y: top;
302
308
  padding: space(1) 0;
303
309
  }
304
- .logins-tab-bar {
305
- padding: space(2) 0 0 0;
306
- }
310
+ // .logins-tab-bar {
311
+ // padding: space(2) 0 0 0;
312
+ // }
307
313
  .logins-list {
308
314
  display: flex;
309
315
  flex-direction: column;
@@ -337,12 +343,6 @@ export default {
337
343
  .notification-group--inline {
338
344
  margin: space(2) space(3) space(1) space(3);
339
345
  }
340
- .asd20-page-header {
341
- margin-bottom: space(0);
342
- }
343
- .asd20-page-header::after {
344
- left: 0;
345
- }
346
346
  .asd20-page-content {
347
347
  margin-top: space(1);
348
348
  }