@pmidc/upyog-css 1.0.8 → 1.0.9
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 +8 -19
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/pages/employee/dashboard.scss +9 -10
package/dist/index.css
CHANGED
|
@@ -10526,18 +10526,20 @@ body {
|
|
|
10526
10526
|
-webkit-box-shadow: 0 4px 22px 0 rgba(159, 159, 159, 0.14902);
|
|
10527
10527
|
box-shadow: 0 4px 22px 0 rgba(159, 159, 159, 0.14902); }
|
|
10528
10528
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content {
|
|
10529
|
-
display: -webkit-box;
|
|
10530
|
-
display: -ms-flexbox;
|
|
10531
|
-
display: flex;
|
|
10532
10529
|
-webkit-box-orient: horizontal;
|
|
10533
10530
|
-webkit-box-direction: normal;
|
|
10534
10531
|
-ms-flex-direction: row;
|
|
10535
10532
|
flex-direction: row;
|
|
10536
|
-
-webkit-box-align: center;
|
|
10537
|
-
-ms-flex-align: center;
|
|
10538
|
-
align-items: center;
|
|
10539
10533
|
grid-gap: 16px;
|
|
10540
10534
|
gap: 16px; }
|
|
10535
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-icon {
|
|
10536
|
+
-webkit-box-pack: center;
|
|
10537
|
+
-ms-flex-pack: center;
|
|
10538
|
+
justify-content: center;
|
|
10539
|
+
height: 100px;
|
|
10540
|
+
width: 100px;
|
|
10541
|
+
padding-top: 5px;
|
|
10542
|
+
border-radius: 8px 0 0 8px; }
|
|
10541
10543
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-name {
|
|
10542
10544
|
font-family: Noto Sans;
|
|
10543
10545
|
font-weight: 500;
|
|
@@ -10546,19 +10548,6 @@ body {
|
|
|
10546
10548
|
letter-spacing: .15px;
|
|
10547
10549
|
color: #1e293b; }
|
|
10548
10550
|
|
|
10549
|
-
.employee-dashboard-quick-service-card-module-icon {
|
|
10550
|
-
display: "flex";
|
|
10551
|
-
-webkit-box-pack: "center";
|
|
10552
|
-
-ms-flex-pack: "center";
|
|
10553
|
-
justify-content: "center";
|
|
10554
|
-
-webkit-box-align: "center";
|
|
10555
|
-
-ms-flex-align: "center";
|
|
10556
|
-
align-items: "center";
|
|
10557
|
-
height: "100px";
|
|
10558
|
-
width: "100px";
|
|
10559
|
-
padding-top: "5px";
|
|
10560
|
-
border-radius: "8px 0 0 8px"; }
|
|
10561
|
-
|
|
10562
10551
|
.display-none {
|
|
10563
10552
|
display: none; }
|
|
10564
10553
|
|