@pmidc/upyog-css 1.2.41 → 1.2.43
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 +843 -42
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/actionbar.scss +1 -1
- package/src/components/card.scss +5 -4
- package/src/components/uploadcomponents.scss +1 -1
- package/src/index.scss +16 -30
- package/src/modules/BPA/index.scss +92 -6
- package/src/modules/TL/index.scss +780 -0
- package/src/pages/employee/inbox.scss +4 -0
- package/src/pages/employee/index.scss +8 -8
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.ground-container {
|
|
8
8
|
margin-bottom: 56px;
|
|
9
9
|
margin-left: 0px;
|
|
10
|
-
margin-top:
|
|
10
|
+
margin-top: 5rem !important;
|
|
11
11
|
@apply flex flex-col;
|
|
12
12
|
}
|
|
13
13
|
.card-home {
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
|
|
67
67
|
.main {
|
|
68
68
|
padding: 10px;
|
|
69
|
-
|
|
70
69
|
}
|
|
71
70
|
|
|
72
71
|
@media (min-width: 640px) {
|
|
@@ -226,8 +225,8 @@
|
|
|
226
225
|
height: 24px;
|
|
227
226
|
fill: #374151;
|
|
228
227
|
transition: fill 0.18s ease;
|
|
229
|
-
|
|
230
|
-
|
|
228
|
+
margin-right: 20px;
|
|
229
|
+
margin-left: -10px;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
232
|
a {
|
|
@@ -440,7 +439,7 @@
|
|
|
440
439
|
}
|
|
441
440
|
|
|
442
441
|
.RightMostTopBarOptions {
|
|
443
|
-
@apply flex
|
|
442
|
+
@apply flex;
|
|
444
443
|
display: flex;
|
|
445
444
|
.EventNotificationWrapper {
|
|
446
445
|
@apply relative cursor-pointer;
|
|
@@ -458,7 +457,8 @@
|
|
|
458
457
|
svg {
|
|
459
458
|
fill: #a82227;
|
|
460
459
|
}
|
|
461
|
-
.form-field,
|
|
460
|
+
.form-field,
|
|
461
|
+
.field {
|
|
462
462
|
width: 100%;
|
|
463
463
|
}
|
|
464
464
|
}
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
@media only screen and (max-width: 639px) {
|
|
559
559
|
.employee .ground-container {
|
|
560
560
|
margin-top: 1rem;
|
|
561
|
-
}
|
|
561
|
+
}
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
@media only screen and (max-width: 950px) {
|
|
@@ -691,4 +691,4 @@
|
|
|
691
691
|
grid-template-columns: 1fr;
|
|
692
692
|
}
|
|
693
693
|
}
|
|
694
|
-
}
|
|
694
|
+
}
|