@pmidc/upyog-css 1.0.16 → 1.0.18

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
@@ -1298,7 +1298,8 @@ img, video {
1298
1298
  -webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
1299
1299
  box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
1300
1300
  border-radius: 4px;
1301
- width: 95vw; }
1301
+ max-width: 95vw;
1302
+ width: 100%; }
1302
1303
  .card .card-header, .card-emp .card-header {
1303
1304
  font-size: 32px;
1304
1305
  line-height: 40px;
@@ -1765,6 +1766,11 @@ img, video {
1765
1766
  .owner-details-child {
1766
1767
  width: 50%; }
1767
1768
 
1769
+ .image-card .card, .image-card .card-emp, .location-card .card, .location-card .card-emp {
1770
+ max-width: 85vw;
1771
+ width: 100%;
1772
+ margin: 0; }
1773
+
1768
1774
  .selector-button-primary {
1769
1775
  height: 2rem;
1770
1776
  --bg-opacity:1;
@@ -1973,6 +1979,7 @@ img, video {
1973
1979
  .employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
1974
1980
  width: calc(100% - 32px);
1975
1981
  background-color: initial;
1982
+ margin-top: -23px !important;
1976
1983
  position: absolute;
1977
1984
  z-index: 10;
1978
1985
  width: 100%;
@@ -2015,6 +2022,7 @@ img, video {
2015
2022
  .employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
2016
2023
  width: calc(100% - 32px);
2017
2024
  background-color: initial;
2025
+ margin-top: -23px;
2018
2026
  position: absolute;
2019
2027
  z-index: 10;
2020
2028
  width: 100%;
@@ -2141,6 +2149,7 @@ img, video {
2141
2149
  .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
2142
2150
  width: calc(100% - 32px);
2143
2151
  background-color: initial;
2152
+ margin-top: -23px;
2144
2153
  position: absolute;
2145
2154
  z-index: 10;
2146
2155
  width: 100%;
@@ -8698,6 +8707,9 @@ body {
8698
8707
  .obps-search {
8699
8708
  margin: 8px; }
8700
8709
 
8710
+ .font-Weigth-bold {
8711
+ font-weight: 600 !important; }
8712
+
8701
8713
  .HomePageWrapper {
8702
8714
  margin-top: -25px; }
8703
8715
  .HomePageWrapper .BannerWithSearch {