@asd20/ui 3.2.830 → 3.2.831
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
|
@@ -300,9 +300,9 @@ export default {
|
|
|
300
300
|
.right {
|
|
301
301
|
display: flex;
|
|
302
302
|
align-items: center;
|
|
303
|
-
& > *:not(:first-child) {
|
|
304
|
-
|
|
305
|
-
}
|
|
303
|
+
// & > *:not(:first-child) {
|
|
304
|
+
// margin-left: space(0.25);
|
|
305
|
+
// }
|
|
306
306
|
}
|
|
307
307
|
.print-button {
|
|
308
308
|
padding: 0.375rem 0.375rem;
|
|
@@ -574,6 +574,13 @@ export default {
|
|
|
574
574
|
// }
|
|
575
575
|
display: none;
|
|
576
576
|
}
|
|
577
|
+
&__tools {
|
|
578
|
+
.right {
|
|
579
|
+
& > *:not(:first-child) {
|
|
580
|
+
margin-left: space(0.25);
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
577
584
|
h1 {
|
|
578
585
|
@include asd20-font(
|
|
579
586
|
2.5,
|
|
@@ -320,9 +320,6 @@ export default {
|
|
|
320
320
|
.right {
|
|
321
321
|
display: flex;
|
|
322
322
|
align-items: center;
|
|
323
|
-
& > *:not(:first-child) {
|
|
324
|
-
margin-left: space(0.25);
|
|
325
|
-
}
|
|
326
323
|
}
|
|
327
324
|
.print-button {
|
|
328
325
|
padding: 0.375rem 0.375rem;
|
|
@@ -554,6 +551,13 @@ export default {
|
|
|
554
551
|
bottom: 0;
|
|
555
552
|
}
|
|
556
553
|
}
|
|
554
|
+
&__tools {
|
|
555
|
+
.right {
|
|
556
|
+
& > *:not(:first-child) {
|
|
557
|
+
margin-left: space(0.25);
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
557
561
|
}
|
|
558
562
|
}
|
|
559
563
|
|