@tattvafoundation/upyog-css 1.0.26 → 1.0.28
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 +78 -142
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bmc.scss +3 -4
- package/src/components/ebe.scss +115 -177
package/dist/index.css
CHANGED
|
@@ -10157,7 +10157,7 @@ button.submit-bar:hover {
|
|
|
10157
10157
|
|
|
10158
10158
|
.checkbox-wrap .label {
|
|
10159
10159
|
margin-left: 42px;
|
|
10160
|
-
|
|
10160
|
+
top: 0; }
|
|
10161
10161
|
|
|
10162
10162
|
.bmc-label-error {
|
|
10163
10163
|
text-align: center;
|
|
@@ -10526,146 +10526,27 @@ button.submit-bar:hover {
|
|
|
10526
10526
|
width: 100%; }
|
|
10527
10527
|
|
|
10528
10528
|
.ebe-search-bar {
|
|
10529
|
-
width:
|
|
10530
|
-
|
|
10531
|
-
@media (max-width: 768px) {
|
|
10532
|
-
.ebe-add-employee {
|
|
10533
|
-
display: block; }
|
|
10534
|
-
.ebe-add-employee-wrp {
|
|
10535
|
-
min-width: auto; }
|
|
10536
|
-
.ebe-search-bar {
|
|
10537
|
-
width: "100%"; } }
|
|
10538
|
-
|
|
10539
|
-
@media (max-width: 1024px) {
|
|
10540
|
-
.ebe-custom-scroll {
|
|
10541
|
-
display: block; } }
|
|
10542
|
-
|
|
10543
|
-
.ebe-row-card-header {
|
|
10544
|
-
background: #fff;
|
|
10545
|
-
margin-top: 20px;
|
|
10546
|
-
padding: 18px;
|
|
10547
|
-
border-radius: 12px; }
|
|
10529
|
+
width: 50%; }
|
|
10548
10530
|
|
|
10549
10531
|
.ebe-modal .popup-module {
|
|
10550
10532
|
width: 70%;
|
|
10533
|
+
max-height: 80vh;
|
|
10534
|
+
overflow-y: auto;
|
|
10551
10535
|
height: auto;
|
|
10536
|
+
display: -webkit-box;
|
|
10537
|
+
display: -ms-flexbox;
|
|
10538
|
+
display: flex;
|
|
10552
10539
|
-webkit-box-orient: vertical;
|
|
10553
10540
|
-webkit-box-direction: normal;
|
|
10554
10541
|
-ms-flex-direction: column;
|
|
10555
10542
|
flex-direction: column; }
|
|
10556
10543
|
|
|
10557
|
-
.ebe-modal .
|
|
10558
|
-
|
|
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; } }
|
|
10544
|
+
.ebe-modal .popup-module-main {
|
|
10545
|
+
padding: 0; }
|
|
10646
10546
|
|
|
10647
|
-
.ebe-modal .modal-
|
|
10547
|
+
.ebe-modal .header-content, .ebe-modal .header-wrap {
|
|
10648
10548
|
width: 100%;
|
|
10649
|
-
|
|
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; }
|
|
10549
|
+
margin: 0 0 1rem; }
|
|
10669
10550
|
|
|
10670
10551
|
.ebe-modal-overlay {
|
|
10671
10552
|
position: fixed;
|
|
@@ -10673,7 +10554,7 @@ button.submit-bar:hover {
|
|
|
10673
10554
|
left: 0;
|
|
10674
10555
|
width: 100%;
|
|
10675
10556
|
height: 100%;
|
|
10676
|
-
background: rgba(0, 0, 0, 0.5);
|
|
10557
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
10677
10558
|
display: -webkit-box;
|
|
10678
10559
|
display: -ms-flexbox;
|
|
10679
10560
|
display: flex;
|
|
@@ -10683,7 +10564,7 @@ button.submit-bar:hover {
|
|
|
10683
10564
|
-webkit-box-align: center;
|
|
10684
10565
|
-ms-flex-align: center;
|
|
10685
10566
|
align-items: center;
|
|
10686
|
-
z-index:
|
|
10567
|
+
z-index: 9999; }
|
|
10687
10568
|
|
|
10688
10569
|
.ebe-modal-content {
|
|
10689
10570
|
background: #fff;
|
|
@@ -10703,19 +10584,24 @@ button.submit-bar:hover {
|
|
|
10703
10584
|
-webkit-box-align: center;
|
|
10704
10585
|
-ms-flex-align: center;
|
|
10705
10586
|
align-items: center;
|
|
10706
|
-
padding: 16px;
|
|
10707
|
-
border-bottom: 1px solid #
|
|
10587
|
+
padding: 16px 20px;
|
|
10588
|
+
border-bottom: 1px solid #eee; }
|
|
10708
10589
|
|
|
10709
10590
|
.ebe-modal-title {
|
|
10710
10591
|
font-size: 18px;
|
|
10711
|
-
font-weight: 700;
|
|
10592
|
+
font-weight: 700;
|
|
10593
|
+
margin: 0; }
|
|
10712
10594
|
|
|
10713
10595
|
.ebe-modal-close {
|
|
10714
|
-
background:
|
|
10596
|
+
background: none;
|
|
10715
10597
|
border: none;
|
|
10716
|
-
|
|
10598
|
+
font-size: 20px;
|
|
10599
|
+
cursor: pointer;
|
|
10600
|
+
padding: 0;
|
|
10601
|
+
color: #666; }
|
|
10717
10602
|
|
|
10718
10603
|
.ebe-modal-body {
|
|
10604
|
+
padding: 20px;
|
|
10719
10605
|
max-height: 60vh;
|
|
10720
10606
|
overflow-y: auto; }
|
|
10721
10607
|
|
|
@@ -10726,20 +10612,70 @@ button.submit-bar:hover {
|
|
|
10726
10612
|
-webkit-box-pack: justify;
|
|
10727
10613
|
-ms-flex-pack: justify;
|
|
10728
10614
|
justify-content: space-between;
|
|
10729
|
-
padding: 16px;
|
|
10730
|
-
border-top: 1px solid #
|
|
10615
|
+
padding: 16px 20px;
|
|
10616
|
+
border-top: 1px solid #eee; }
|
|
10731
10617
|
|
|
10732
10618
|
.ebe-modal-action-container {
|
|
10733
10619
|
width: 100%;
|
|
10734
10620
|
text-align: center; }
|
|
10735
10621
|
|
|
10736
10622
|
.ebe-modal-submit {
|
|
10737
|
-
width: 100%;
|
|
10623
|
+
width: 100%;
|
|
10624
|
+
padding: 10px;
|
|
10625
|
+
background-color: #4285f4;
|
|
10626
|
+
color: #fff;
|
|
10627
|
+
border: none;
|
|
10628
|
+
border-radius: 4px;
|
|
10629
|
+
cursor: pointer; }
|
|
10738
10630
|
|
|
10739
|
-
|
|
10631
|
+
.ebe-row-card-header {
|
|
10632
|
+
background: #fff;
|
|
10633
|
+
margin-top: 20px;
|
|
10634
|
+
padding: 18px;
|
|
10635
|
+
border-radius: 12px; }
|
|
10636
|
+
|
|
10637
|
+
@media screen and (max-width: 768px) {
|
|
10638
|
+
.ebe-add-employee {
|
|
10639
|
+
display: block; }
|
|
10640
|
+
.ebe-add-employee-wrp {
|
|
10641
|
+
min-width: auto; }
|
|
10642
|
+
.ebe-search-bar {
|
|
10643
|
+
width: 100%;
|
|
10644
|
+
margin-bottom: 10px; }
|
|
10740
10645
|
.ebe-modal-content {
|
|
10646
|
+
width: 85%; }
|
|
10647
|
+
.ebe-modal-body {
|
|
10648
|
+
max-height: 50vh; } }
|
|
10649
|
+
|
|
10650
|
+
@media screen and (max-width: 600px) {
|
|
10651
|
+
.scheme-back {
|
|
10652
|
+
max-height: 90px; }
|
|
10653
|
+
.ebe-modal-content {
|
|
10654
|
+
width: 95%;
|
|
10655
|
+
padding: 0; }
|
|
10656
|
+
.ebe-modal-header {
|
|
10657
|
+
padding: 12px 16px; }
|
|
10658
|
+
.ebe-modal-title {
|
|
10659
|
+
font-size: 16px; }
|
|
10660
|
+
.ebe-modal-body {
|
|
10661
|
+
padding: 16px;
|
|
10662
|
+
max-height: 70vh; }
|
|
10663
|
+
.ebe-modal-action-bar {
|
|
10664
|
+
padding: 12px 16px; }
|
|
10665
|
+
.ebe-modal .popup-module {
|
|
10741
10666
|
width: 95%;
|
|
10742
|
-
max-
|
|
10667
|
+
max-height: 90vh; } }
|
|
10668
|
+
|
|
10669
|
+
@media screen and (max-width: 375px) {
|
|
10670
|
+
.ebe-modal-content {
|
|
10671
|
+
width: 100%;
|
|
10672
|
+
border-radius: 0; }
|
|
10673
|
+
.ebe-modal-header {
|
|
10674
|
+
padding: 10px 12px; }
|
|
10675
|
+
.ebe-modal-body {
|
|
10676
|
+
padding: 12px; }
|
|
10677
|
+
.ebe-modal-action-bar {
|
|
10678
|
+
padding: 10px 12px; } }
|
|
10743
10679
|
|
|
10744
10680
|
.multi-column-dropdown-wrap {
|
|
10745
10681
|
position: relative;
|