@pmidc/upyog-css 1.0.18 → 1.0.20
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 +60 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +1 -1
- package/src/index.scss +1 -0
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/swach/index.scss +133 -0
package/dist/index.css
CHANGED
|
@@ -8708,7 +8708,8 @@ body {
|
|
|
8708
8708
|
margin: 8px; }
|
|
8709
8709
|
|
|
8710
8710
|
.font-Weigth-bold {
|
|
8711
|
-
font-weight: 600 !important;
|
|
8711
|
+
font-weight: 600 !important;
|
|
8712
|
+
margin-top: 20px !important; }
|
|
8712
8713
|
|
|
8713
8714
|
.HomePageWrapper {
|
|
8714
8715
|
margin-top: -25px; }
|
|
@@ -10669,6 +10670,64 @@ body {
|
|
|
10669
10670
|
.form-container {
|
|
10670
10671
|
grid-template-columns: 1fr; } }
|
|
10671
10672
|
|
|
10673
|
+
.swach {
|
|
10674
|
+
width: 60vw !important; }
|
|
10675
|
+
.swach .card .employee-card-input--front, .swach .card-emp .employee-card-input--front {
|
|
10676
|
+
background-color: #fff; }
|
|
10677
|
+
.swach .card input[name=mobileNumber], .swach .card-emp input[name=mobileNumber], .swach .card .checkbox-wrap .input-emp[name=mobileNumber], .checkbox-wrap .swach .card .input-emp[name=mobileNumber], .swach .card-emp .checkbox-wrap .input-emp[name=mobileNumber], .checkbox-wrap .swach .card-emp .input-emp[name=mobileNumber] {
|
|
10678
|
+
max-width: 490px; }
|
|
10679
|
+
.swach .mandatory-asterisk {
|
|
10680
|
+
color: red;
|
|
10681
|
+
font-weight: 700; }
|
|
10682
|
+
.swach .image-card .card, .swach .image-card .card-emp {
|
|
10683
|
+
width: 540px; }
|
|
10684
|
+
.swach .break-line {
|
|
10685
|
+
margin-top: 20px;
|
|
10686
|
+
margin-bottom: 40px; }
|
|
10687
|
+
.swach .card-section-header, .swach .label-field-pair {
|
|
10688
|
+
margin-top: 10px; }
|
|
10689
|
+
.swach .select-wrap .select {
|
|
10690
|
+
border: 1px solid #b4b4b4;
|
|
10691
|
+
border-radius: 8px; }
|
|
10692
|
+
.swach textarea[name=description], .swach textarea[name=landmark] {
|
|
10693
|
+
border: 1px solid #b4b4b4; }
|
|
10694
|
+
.swach .select-active input[type=text], .swach .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .swach .select-active .input-emp[type=text] {
|
|
10695
|
+
margin-top: 0; }
|
|
10696
|
+
.swach .font-Weigth-bold {
|
|
10697
|
+
font-weight: 600 !important;
|
|
10698
|
+
margin-top: 20px !important; }
|
|
10699
|
+
.swach .location-card .card-header {
|
|
10700
|
+
margin-left: 10px;
|
|
10701
|
+
font-size: 20px;
|
|
10702
|
+
line-height: 40px; }
|
|
10703
|
+
|
|
10704
|
+
@media (min-width: 320px) and (max-width: 768px) {
|
|
10705
|
+
.swach .card, .swach .card-emp {
|
|
10706
|
+
width: 95vw; }
|
|
10707
|
+
.swach .image-card .card, .swach .image-card .card-emp, .swach .location-card .card, .swach .location-card .card-emp {
|
|
10708
|
+
width: 540px; }
|
|
10709
|
+
.swach .break-line {
|
|
10710
|
+
margin-top: 20px;
|
|
10711
|
+
margin-bottom: 40px; } }
|
|
10712
|
+
|
|
10713
|
+
@media (min-width: 320px) and (max-width: 425px) {
|
|
10714
|
+
.swach textarea[name=description], .swach textarea[name=landmark] {
|
|
10715
|
+
max-width: 490px; } }
|
|
10716
|
+
|
|
10717
|
+
@media (min-width: 426px) and (max-width: 768px) {
|
|
10718
|
+
.swach textarea[name=landmark] {
|
|
10719
|
+
width: 540px;
|
|
10720
|
+
position: relative; }
|
|
10721
|
+
.swach textarea[name=description] {
|
|
10722
|
+
width: 540px; } }
|
|
10723
|
+
|
|
10724
|
+
.citizen-home-container .select-active input[type=text], .citizen-home-container .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .citizen-home-container .select-active .input-emp[type=text] {
|
|
10725
|
+
margin-top: 0; }
|
|
10726
|
+
|
|
10727
|
+
.mandatory-asterisk {
|
|
10728
|
+
color: red;
|
|
10729
|
+
font-weight: 700; }
|
|
10730
|
+
|
|
10672
10731
|
.display-none {
|
|
10673
10732
|
display: none; }
|
|
10674
10733
|
|