@pmidc/upyog-css 1.2.36-UAT.26 → 1.2.36-UAT.27
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 +1 -5
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/gigw3-mseva.scss +17 -16
package/dist/index.css
CHANGED
|
@@ -36524,10 +36524,6 @@ canvas, img, svg, video {
|
|
|
36524
36524
|
background: #f5f9ff !important;
|
|
36525
36525
|
}
|
|
36526
36526
|
|
|
36527
|
-
.moduleLinkHomePage .moduleLinkHomePageContent {
|
|
36528
|
-
max-width: 1200px;
|
|
36529
|
-
}
|
|
36530
|
-
|
|
36531
36527
|
.moduleLinkHomePage .moduleLinkHomePageBreadcrumb {
|
|
36532
36528
|
margin: 0 0 14px !important;
|
|
36533
36529
|
color: #074b98 !important;
|
|
@@ -36578,7 +36574,7 @@ canvas, img, svg, video {
|
|
|
36578
36574
|
}
|
|
36579
36575
|
|
|
36580
36576
|
.module-home-cards .chc-card-container, .module-home-cards .chcwe-card-container {
|
|
36581
|
-
grid-template-columns: repeat(
|
|
36577
|
+
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
36582
36578
|
grid-gap: 18px !important;
|
|
36583
36579
|
gap: 18px !important;
|
|
36584
36580
|
margin: 0 !important;
|