@pmidc/upyog-css 1.2.35-dev.1.2 → 1.2.36

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 CHANGED
@@ -1642,6 +1642,7 @@ body {
1642
1642
  margin-bottom: 8px;
1643
1643
  margin-top: 8px;
1644
1644
  font-weight: 700;
1645
+ text-transform: uppercase;
1645
1646
  letter-spacing: .5px;
1646
1647
  width: 100%; }
1647
1648
  .card .card-label-error {
@@ -1737,6 +1738,7 @@ body {
1737
1738
  color: #0f172a;
1738
1739
  margin-bottom: 8px;
1739
1740
  font-weight: 700;
1741
+ text-transform: uppercase;
1740
1742
  letter-spacing: .5px; }
1741
1743
  .employeeCard .card-label-error {
1742
1744
  display: block;
@@ -16302,7 +16304,7 @@ body {
16302
16304
  .bpa-owner-search-icon-container {
16303
16305
  position: absolute;
16304
16306
  right: 12px;
16305
- top: 50%;
16307
+ top: 36%;
16306
16308
  -webkit-transform: translateY(-50%);
16307
16309
  transform: translateY(-50%);
16308
16310
  display: -webkit-box;
@@ -21211,81 +21213,6 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21211
21213
  .custom-fee-history-label-value {
21212
21214
  word-break: break-word; }
21213
21215
 
21214
- .custom-fix-fee-history-wrapper {
21215
- margin-top: 16px; }
21216
-
21217
- .custom-fix-fee-history-toggle {
21218
- display: -webkit-box;
21219
- display: -ms-flexbox;
21220
- display: flex;
21221
- -webkit-box-align: center;
21222
- -ms-flex-align: center;
21223
- align-items: center;
21224
- cursor: pointer;
21225
- padding: 12px 0;
21226
- border-bottom: 1px solid #ddd; }
21227
-
21228
- .custom-fix-fee-history-toggle-text {
21229
- font-weight: 700;
21230
- font-size: 16px;
21231
- -webkit-box-flex: 1;
21232
- -ms-flex: 1;
21233
- flex: 1; }
21234
-
21235
- .custom-fix-fee-history-toggle-icon {
21236
- font-size: 18px;
21237
- font-weight: 700; }
21238
-
21239
- .custom-fix-fee-history-table-container {
21240
- overflow-x: auto;
21241
- margin-top: 16px; }
21242
-
21243
- .custom-fix-fee-history-table {
21244
- width: 100%;
21245
- border-collapse: collapse;
21246
- min-width: 600px; }
21247
-
21248
- .custom-fix-fee-history-table-header {
21249
- min-width: 140px; }
21250
-
21251
- .custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
21252
- padding: 8px;
21253
- border: 1px solid #ddd;
21254
- font-weight: 700;
21255
- background-color: #1f3a9f;
21256
- color: #fff; }
21257
-
21258
- .custom-fix-fee-history-table-header-fee {
21259
- min-width: 150px; }
21260
-
21261
- .custom-fix-fee-history-table-cell-label {
21262
- padding: 8px;
21263
- border: 1px solid #ddd;
21264
- font-weight: 700;
21265
- background-color: #f9f9f9; }
21266
-
21267
- .custom-fix-fee-history-table-cell-value {
21268
- padding: 8px;
21269
- border: 1px solid #ddd; }
21270
-
21271
- .custom-fix-fee-history-table-cell-separator {
21272
- font-weight: 700;
21273
- background-color: #f9f9f9; }
21274
-
21275
- .custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
21276
- padding: 8px;
21277
- border: 1px solid #ddd;
21278
- border-bottom: 3px solid #999; }
21279
-
21280
- .custom-fix-fee-history-table-cell-separator-last {
21281
- font-weight: 700;
21282
- background-color: #f9f9f9; }
21283
-
21284
- .custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
21285
- padding: 8px;
21286
- border: 1px solid #ddd;
21287
- border-bottom: none; }
21288
-
21289
21216
  .custom-fee-table-input {
21290
21217
  width: 100%;
21291
21218
  border-radius: 4px;