@tattvafoundation/upyog-css 1.0.24 → 1.0.25
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 +138 -10
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bmc.scss +4 -1
- package/src/components/ebe.scss +179 -24
- package/src/components/table.scss +29 -12
package/dist/index.css
CHANGED
|
@@ -3228,28 +3228,29 @@ body {
|
|
|
3228
3228
|
font-weight: 700; }
|
|
3229
3229
|
.customTable td, .customTable th {
|
|
3230
3230
|
text-align: left;
|
|
3231
|
-
|
|
3232
|
-
|
|
3231
|
+
padding: 15px !important;
|
|
3232
|
+
border-bottom: 1px solid #fdf0c4 !important; }
|
|
3233
3233
|
.customTable tr:nth-child(odd) {
|
|
3234
|
-
background-color: #
|
|
3234
|
+
background-color: #fffcf6; }
|
|
3235
3235
|
.customTable tr:nth-child(2n) {
|
|
3236
3236
|
background-color: #fff; }
|
|
3237
3237
|
.customTable thead tr:first-child {
|
|
3238
|
-
background
|
|
3238
|
+
background: #f5eace;
|
|
3239
|
+
color: #b08904; }
|
|
3239
3240
|
|
|
3240
3241
|
.table-fixed-first-column thead th:first-child {
|
|
3241
3242
|
position: sticky;
|
|
3242
|
-
background: #
|
|
3243
|
+
background: #f5eace;
|
|
3243
3244
|
left: 0;
|
|
3244
|
-
border-right: 1px solid #
|
|
3245
|
+
border-right: 1px solid #e0cb84;
|
|
3245
3246
|
border-top-left-radius: 4px; }
|
|
3246
3247
|
|
|
3247
3248
|
.table-fixed-first-column tbody td:first-child {
|
|
3248
3249
|
position: sticky;
|
|
3249
|
-
background: #fff;
|
|
3250
3250
|
color: #a82227;
|
|
3251
3251
|
left: 0;
|
|
3252
|
-
border-right: 1px solid #
|
|
3252
|
+
border-right: 1px solid #fdf0c4;
|
|
3253
|
+
border-bottom: 1px solid #fdf0c4; }
|
|
3253
3254
|
|
|
3254
3255
|
.table-fixed-column-common-pay thead th:first-child {
|
|
3255
3256
|
left: 0; }
|
|
@@ -8881,7 +8882,7 @@ body {
|
|
|
8881
8882
|
--background-color:#fff;
|
|
8882
8883
|
--text-color:#000; }
|
|
8883
8884
|
|
|
8884
|
-
body, html {
|
|
8885
|
+
*, body, html {
|
|
8885
8886
|
font-size: var(--base-font-size); }
|
|
8886
8887
|
|
|
8887
8888
|
body {
|
|
@@ -9033,7 +9034,7 @@ body {
|
|
|
9033
9034
|
cursor: pointer; }
|
|
9034
9035
|
|
|
9035
9036
|
.ChildOptionName a {
|
|
9036
|
-
font-size:
|
|
9037
|
+
font-size: 16px;
|
|
9037
9038
|
color: #b08904; }
|
|
9038
9039
|
|
|
9039
9040
|
@media screen and (max-width: 768px) {
|
|
@@ -10539,6 +10540,133 @@ button.submit-bar:hover {
|
|
|
10539
10540
|
.ebe-custom-scroll {
|
|
10540
10541
|
display: block; } }
|
|
10541
10542
|
|
|
10543
|
+
.ebe-row-card-header {
|
|
10544
|
+
background: #fff;
|
|
10545
|
+
margin-top: 20px;
|
|
10546
|
+
padding: 18px;
|
|
10547
|
+
border-radius: 12px; }
|
|
10548
|
+
|
|
10549
|
+
.ebe-modal .popup-module {
|
|
10550
|
+
width: 70%;
|
|
10551
|
+
height: auto;
|
|
10552
|
+
-webkit-box-orient: vertical;
|
|
10553
|
+
-webkit-box-direction: normal;
|
|
10554
|
+
-ms-flex-direction: column;
|
|
10555
|
+
flex-direction: column; }
|
|
10556
|
+
|
|
10557
|
+
.ebe-modal .modal-header, .ebe-modal .popup-module {
|
|
10558
|
+
display: -webkit-box;
|
|
10559
|
+
display: -ms-flexbox;
|
|
10560
|
+
display: flex; }
|
|
10561
|
+
|
|
10562
|
+
.ebe-modal .modal-header {
|
|
10563
|
+
-webkit-box-pack: justify;
|
|
10564
|
+
-ms-flex-pack: justify;
|
|
10565
|
+
justify-content: space-between;
|
|
10566
|
+
-webkit-box-align: center;
|
|
10567
|
+
-ms-flex-align: center;
|
|
10568
|
+
align-items: center;
|
|
10569
|
+
padding-bottom: 10px;
|
|
10570
|
+
border-bottom: 1px solid #ddd; }
|
|
10571
|
+
|
|
10572
|
+
.ebe-modal .modal-header h1 {
|
|
10573
|
+
margin: 0; }
|
|
10574
|
+
|
|
10575
|
+
.ebe-modal .modal-body {
|
|
10576
|
+
-webkit-box-flex: 1;
|
|
10577
|
+
-ms-flex-positive: 1;
|
|
10578
|
+
flex-grow: 1;
|
|
10579
|
+
overflow-y: auto;
|
|
10580
|
+
padding: 20px 0;
|
|
10581
|
+
display: grid;
|
|
10582
|
+
grid-gap: 16px;
|
|
10583
|
+
gap: 16px; }
|
|
10584
|
+
|
|
10585
|
+
.ebe-modal .modal-footer {
|
|
10586
|
+
display: -webkit-box;
|
|
10587
|
+
display: -ms-flexbox;
|
|
10588
|
+
display: flex;
|
|
10589
|
+
-webkit-box-pack: end;
|
|
10590
|
+
-ms-flex-pack: end;
|
|
10591
|
+
justify-content: flex-end;
|
|
10592
|
+
grid-gap: 16px;
|
|
10593
|
+
gap: 16px;
|
|
10594
|
+
padding-top: 10px; }
|
|
10595
|
+
|
|
10596
|
+
.ebe-modal .modal-footer button {
|
|
10597
|
+
padding: 10px 20px;
|
|
10598
|
+
font-size: 14px;
|
|
10599
|
+
background-color: #007bff;
|
|
10600
|
+
color: #fff;
|
|
10601
|
+
border: none;
|
|
10602
|
+
border-radius: 4px;
|
|
10603
|
+
cursor: pointer; }
|
|
10604
|
+
|
|
10605
|
+
.ebe-modal .modal-footer button:disabled {
|
|
10606
|
+
background-color: #ccc;
|
|
10607
|
+
cursor: not-allowed; }
|
|
10608
|
+
|
|
10609
|
+
.ebe-modal .modal-body.two-columns {
|
|
10610
|
+
grid-template-columns: 1fr 1fr; }
|
|
10611
|
+
|
|
10612
|
+
.ebe-modal .modal-body.four-columns {
|
|
10613
|
+
grid-template-columns: 1fr 1fr 1fr 1fr; }
|
|
10614
|
+
|
|
10615
|
+
.ebe-modal .modal-body .form-item {
|
|
10616
|
+
padding: 8px;
|
|
10617
|
+
border: 1px solid #ddd;
|
|
10618
|
+
border-radius: 4px; }
|
|
10619
|
+
|
|
10620
|
+
@media screen and (max-width: 768px) {
|
|
10621
|
+
.ebe-modal {
|
|
10622
|
+
width: 100%;
|
|
10623
|
+
padding: 10px; }
|
|
10624
|
+
.ebe-modal .modal-header h1 {
|
|
10625
|
+
font-size: 18px; }
|
|
10626
|
+
.ebe-modal .modal-footer {
|
|
10627
|
+
-webkit-box-orient: vertical;
|
|
10628
|
+
-webkit-box-direction: normal;
|
|
10629
|
+
-ms-flex-direction: column;
|
|
10630
|
+
flex-direction: column;
|
|
10631
|
+
grid-gap: 8px;
|
|
10632
|
+
gap: 8px; }
|
|
10633
|
+
.ebe-modal .modal-body.four-columns, .ebe-modal .modal-body.two-columns {
|
|
10634
|
+
grid-template-columns: 1fr; } }
|
|
10635
|
+
|
|
10636
|
+
@media screen and (max-width: 480px) {
|
|
10637
|
+
.ebe-modal {
|
|
10638
|
+
padding: 5px; }
|
|
10639
|
+
.ebe-modal .modal-header h1 {
|
|
10640
|
+
font-size: 16px; }
|
|
10641
|
+
.ebe-modal .modal-footer {
|
|
10642
|
+
grid-gap: 4px;
|
|
10643
|
+
gap: 4px; }
|
|
10644
|
+
.ebe-modal .modal-body.four-columns, .ebe-modal .modal-body.two-columns {
|
|
10645
|
+
grid-template-columns: 1fr; } }
|
|
10646
|
+
|
|
10647
|
+
.ebe-modal .modal-body table {
|
|
10648
|
+
width: 100%;
|
|
10649
|
+
border-collapse: collapse; }
|
|
10650
|
+
|
|
10651
|
+
.ebe-modal .modal-body table td, .ebe-modal .modal-body table th {
|
|
10652
|
+
padding: 8px;
|
|
10653
|
+
text-align: left;
|
|
10654
|
+
border: 1px solid #ddd; }
|
|
10655
|
+
|
|
10656
|
+
.ebe-modal .modal-body table th {
|
|
10657
|
+
background-color: #f4f4f4; }
|
|
10658
|
+
|
|
10659
|
+
.ebe-extension .employeeCard .label-field-pair h2 {
|
|
10660
|
+
width: 0; }
|
|
10661
|
+
|
|
10662
|
+
.ebe-label {
|
|
10663
|
+
display: block;
|
|
10664
|
+
font-weight: 700;
|
|
10665
|
+
white-space: normal;
|
|
10666
|
+
word-wrap: break-word;
|
|
10667
|
+
max-width: 100%;
|
|
10668
|
+
line-height: 1.2; }
|
|
10669
|
+
|
|
10542
10670
|
.multi-column-dropdown-wrap {
|
|
10543
10671
|
position: relative;
|
|
10544
10672
|
font-size: 16px;
|