@pmidc/upyog-css 1.2.40 → 1.2.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.40",
3
+ "version": "1.2.42",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -81,8 +81,7 @@
81
81
  color: #0f172a;
82
82
  margin-bottom: 8px;
83
83
  margin-top: 8px;
84
- font-weight: 700;
85
- text-transform: uppercase;
84
+ font-weight: 700;
86
85
  letter-spacing: 0.5px;
87
86
  width: 100%;
88
87
  }
@@ -205,7 +204,6 @@
205
204
  color: #0f172a;
206
205
  margin-bottom: 8px;
207
206
  font-weight: 700;
208
- text-transform: uppercase;
209
207
  letter-spacing: 0.5px;
210
208
  }
211
209
 
package/src/index.scss CHANGED
@@ -2420,3 +2420,18 @@ input[type="date"] {
2420
2420
  max-width: 600px;
2421
2421
  padding: 20px;
2422
2422
  }
2423
+
2424
+ .security-banner {
2425
+ width: 100%;
2426
+ max-width: 920px;
2427
+ margin: 1px auto 20px auto;
2428
+ padding: 16px 24px;
2429
+ border-radius: 12px;
2430
+ background: linear-gradient(90deg, #1e4db7, #3a7bd5);
2431
+ color: #ffffff;
2432
+ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
2433
+ display: flex;
2434
+ gap: 14px;
2435
+ align-items: flex-start;
2436
+ line-height: 1.6;
2437
+ }
@@ -116,6 +116,51 @@
116
116
  }
117
117
  }
118
118
 
119
+
120
+ .action-bar-wrap-menu {
121
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
122
+ z-index: 100;
123
+ height: auto;
124
+
125
+ @apply absolute bg-white text-right;
126
+
127
+ top: 100%;
128
+ left: 0;
129
+ width: 100%;
130
+
131
+ div {
132
+ @apply w-full;
133
+ }
134
+
135
+ .menu-wrap-position {
136
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
137
+
138
+ top: 100%;
139
+ left: 0;
140
+
141
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px,
142
+ rgba(0, 0, 0, 0.12) 0 3px 14px 2px,
143
+ rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
144
+
145
+ width: auto;
146
+ min-width: 200px;
147
+ max-width: calc(100% - 16px);
148
+ padding: 2px;
149
+
150
+ div {
151
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
152
+
153
+ &:hover {
154
+ @apply bg-grey-mid w-full;
155
+ }
156
+ }
157
+ }
158
+ }
159
+
160
+ .card-dropdown-wrapper {
161
+ position: relative;
162
+ }
163
+
119
164
  /* Mobile */
120
165
  @media (max-width: 768px) {
121
166
  .upload-tag-container {
@@ -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
+ }