@colijnit/transaction 262.1.22 → 262.1.23
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.
|
@@ -498,9 +498,10 @@
|
|
|
498
498
|
border-radius: 15px;
|
|
499
499
|
.upload-add-wrapper {
|
|
500
500
|
flex-direction: row;
|
|
501
|
+
gap: 0;
|
|
501
502
|
.co-tile-render {
|
|
502
|
-
width:
|
|
503
|
-
height:
|
|
503
|
+
width: 26px;
|
|
504
|
+
height: 26px;
|
|
504
505
|
border: none;
|
|
505
506
|
padding: 0;
|
|
506
507
|
.image, .info {
|
|
@@ -510,8 +511,8 @@
|
|
|
510
511
|
position: relative;
|
|
511
512
|
top: 0;
|
|
512
513
|
.add-button {
|
|
513
|
-
width:
|
|
514
|
-
height:
|
|
514
|
+
width: 16px;
|
|
515
|
+
height: 16px;
|
|
515
516
|
svg {
|
|
516
517
|
fill: #000;
|
|
517
518
|
}
|