@djb25/digit-ui-css 1.0.21 → 1.0.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.
- package/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/actionbar.scss +11 -12
- package/src/components/body.scss +27 -17
- package/src/components/card.scss +147 -65
- package/src/components/financeUi.scss +689 -657
- package/src/index.scss +4 -5
package/src/index.scss
CHANGED
|
@@ -469,7 +469,7 @@ input[type="number"] {
|
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.phone-input-wrapper{
|
|
472
|
+
.phone-input-wrapper {
|
|
473
473
|
display: flex;
|
|
474
474
|
}
|
|
475
475
|
.phone-input-wrapper:hover {
|
|
@@ -482,7 +482,7 @@ input[type="number"] {
|
|
|
482
482
|
border: 1px solid #667eea;
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
|
-
|
|
485
|
+
|
|
486
486
|
.text-input {
|
|
487
487
|
@apply relative w-full;
|
|
488
488
|
|
|
@@ -561,8 +561,7 @@ input[type="number"] {
|
|
|
561
561
|
flex-direction: column;
|
|
562
562
|
overflow-x: scroll;
|
|
563
563
|
border-radius: 6px;
|
|
564
|
-
flex:1 1 0%;
|
|
565
|
-
|
|
564
|
+
flex: 1 1 0%;
|
|
566
565
|
}
|
|
567
566
|
.inbox-search-container {
|
|
568
567
|
.result {
|
|
@@ -723,7 +722,7 @@ input[type="number"] {
|
|
|
723
722
|
width: 100%;
|
|
724
723
|
flex: 1;
|
|
725
724
|
min-width: 0;
|
|
726
|
-
margin-bottom:
|
|
725
|
+
margin-bottom: 68px;
|
|
727
726
|
}
|
|
728
727
|
|
|
729
728
|
.employee-app-wrapper {
|