sccoreui 2.4.5 → 2.4.7

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.
@@ -8581,10 +8581,10 @@ input[type="number"]::-webkit-outer-spin-button {
8581
8581
  width: 100%;
8582
8582
  }
8583
8583
 
8584
- .payment-card-input > .p-input-prefix {
8584
+ /* .payment-card-input > .p-input-prefix {
8585
8585
  position: absolute;
8586
8586
  top: 37% !important;
8587
- }
8587
+ } */
8588
8588
 
8589
8589
  .border-noround-right > .p-inputnumber-input {
8590
8590
  border-top-right-radius: 0px !important;
@@ -3684,9 +3684,12 @@ input.p-dropdown-label {
3684
3684
  .p-input-icon-left > .p-input-prefix,
3685
3685
  .p-input-icon-right > .p-input-suffix {
3686
3686
  position: absolute;
3687
- top: 47%;
3688
- margin-top: -7px;
3687
+ /* top: 47%;
3688
+ margin-top: -7px; */
3689
3689
  font-size: 13px;
3690
+ display: flex;
3691
+ height: 100%;
3692
+ align-items: center;
3690
3693
  }
3691
3694
 
3692
3695
  .p-fluid .p-input-icon-left,
@@ -6084,6 +6087,21 @@ input.p-dropdown-label {
6084
6087
  }
6085
6088
 
6086
6089
 
6090
+ .p-tooltip.p-tooltip-top {
6091
+ padding: 0.25em 0;
6092
+ }
6093
+
6094
+ .p-tooltip.p-tooltip-bottom {
6095
+ padding: 0.25em 0;
6096
+ }
6097
+
6098
+ .p-tooltip.p-tooltip-right {
6099
+ padding: 0 0.25rem;
6100
+ }
6101
+
6102
+ .p-tooltip.p-tooltip-left {
6103
+ padding: 0 0.25rem;
6104
+ }
6087
6105
  .p-tooltip .p-tooltip-text {
6088
6106
  white-space: pre-line;
6089
6107
  word-break: break-word;
@@ -6098,31 +6116,31 @@ input.p-dropdown-label {
6098
6116
  }
6099
6117
 
6100
6118
  .p-tooltip-right .p-tooltip-arrow {
6101
- top: 45%;
6102
- left: 3px;
6119
+ top: 50%;
6120
+ left: -1px;
6103
6121
  margin-top: -0.25rem;
6104
- border-width: 0.5em 0.5em 0.5em 0;
6122
+ border-width: 0.4em 0.4em 0.4em 0;
6105
6123
  }
6106
6124
 
6107
6125
  .p-tooltip-left .p-tooltip-arrow {
6108
- top: 45%;
6109
- right: 2px;
6126
+ top: 50%;
6127
+ right: -1px;
6110
6128
  margin-top: -0.25rem;
6111
- border-width: 0.5em 0 0.5em 0.5rem;
6129
+ border-width: 0.4em 0 0.4em 0.4rem;
6112
6130
  }
6113
6131
 
6114
6132
  .p-tooltip-top .p-tooltip-arrow {
6115
6133
  bottom: -2px;
6116
- left: 46%;
6134
+ left: 50%;
6117
6135
  margin-left: -0.25rem;
6118
- border-width: 0.5em 0.5em 0 0.5em;
6136
+ border-width: 0.4em 0.4em 0;
6119
6137
  }
6120
6138
 
6121
6139
  .p-tooltip-bottom .p-tooltip-arrow {
6122
6140
  top: -2px;
6123
- left: 45%;
6141
+ left: 50%;
6124
6142
  margin-left: -0.25rem;
6125
- border-width: 0 0.5em 0.5em 0.5em;
6143
+ border-width: 0 0.4em 0.4rem;
6126
6144
  }
6127
6145
 
6128
6146
  /* ############################# Changes END Here ############################# */