@pmidc/upyog-css 1.0.17 → 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 +10 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +14 -1
- package/src/pages/citizen/container.scss +4 -0
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;
|
|
@@ -8701,6 +8707,9 @@ body {
|
|
|
8701
8707
|
.obps-search {
|
|
8702
8708
|
margin: 8px; }
|
|
8703
8709
|
|
|
8710
|
+
.font-Weigth-bold {
|
|
8711
|
+
font-weight: 600 !important; }
|
|
8712
|
+
|
|
8704
8713
|
.HomePageWrapper {
|
|
8705
8714
|
margin-top: -25px; }
|
|
8706
8715
|
.HomePageWrapper .BannerWithSearch {
|