@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.
@@ -801,6 +801,10 @@
801
801
  .employee-main-application-details .employeeCard {
802
802
  padding: 10px;
803
803
  }
804
+ /* .cp {
805
+ width: 60px !important;
806
+
807
+ } */
804
808
  }
805
809
 
806
810
 
@@ -7,7 +7,7 @@
7
7
  .ground-container {
8
8
  margin-bottom: 56px;
9
9
  margin-left: 0px;
10
- margin-top: 3rem !important;
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
- margin-right: 20px;
230
- margin-left: -10px;
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, .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
+ }