@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/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: 56px;
725
+ margin-bottom: 68px;
727
726
  }
728
727
 
729
728
  .employee-app-wrapper {