@pmidc/upyog-css 1.2.16 → 1.2.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
 
12
+
12
13
  .card {
13
14
  padding: 20px 24px 28px 24px;
14
15
  max-width: 95vw;
@@ -805,3 +806,108 @@ button.card-link.submit-bar {
805
806
  .BPAemployeeCard .employeeCard .card-label {
806
807
  width: 100% !important;
807
808
  }
809
+
810
+
811
+
812
+ @media (max-width: 768px) {
813
+ .chb-citizen .app-container{
814
+ margin-top: 2rem !important;
815
+ }
816
+
817
+ .pet-citizen .app-container{
818
+ margin-top: 2rem !important;
819
+ }
820
+ .mcollect-citizen .app-container{
821
+ margin-top: 2rem !important;
822
+ }
823
+
824
+ .bills-citizen-wrapper{
825
+ margin-top: 1rem !important;
826
+ padding: 10px !important;
827
+ width: 100% !important;
828
+ }
829
+ .property-search-modal{
830
+ width: 100% !important;
831
+ }
832
+ .card .card {
833
+ padding: 0;
834
+ background: none;
835
+ border: none;
836
+ border-bottom: 1px solid #e0e0e0;
837
+ box-shadow: none;
838
+ gap: 0;
839
+
840
+ .card-header {
841
+ padding: 0;
842
+ }
843
+
844
+ .card-content {
845
+ padding: 0;
846
+ }
847
+
848
+ .card-footer {
849
+ padding: 0;
850
+ }
851
+ }
852
+ .card .employeeCard {
853
+ padding: 0;
854
+ background: none;
855
+ border: none;
856
+ border-bottom: 1px solid #e0e0e0;
857
+ box-shadow: none;
858
+ gap: 0;
859
+
860
+ .employeeCard-header {
861
+ padding: 0;
862
+ }
863
+
864
+ .employeeCard-content {
865
+ padding: 0;
866
+ }
867
+
868
+ .employeeCard-footer {
869
+ padding: 0;
870
+ }
871
+ }
872
+ .employeeCard .card {
873
+ padding: 0;
874
+ background: none;
875
+ border: none;
876
+ border-bottom: 1px solid #e0e0e0;
877
+ box-shadow: none;
878
+ gap: 0;
879
+
880
+ .card-header {
881
+ padding: 0;
882
+ }
883
+
884
+ .card-content {
885
+ padding: 0;
886
+ }
887
+
888
+ .card-footer {
889
+ padding: 0;
890
+ }
891
+ }
892
+ .employeeCard .employeeCard {
893
+ padding: 0;
894
+ background: none;
895
+ border: none;
896
+ border-bottom: 1px solid #e0e0e0;
897
+ box-shadow: none;
898
+ gap: 0;
899
+
900
+ .employeeCard-header {
901
+ padding: 0;
902
+ }
903
+
904
+ .employeeCard-content {
905
+ padding: 0;
906
+ }
907
+
908
+ .employeeCard-footer {
909
+ padding: 0;
910
+ }
911
+ }
912
+
913
+ }