@djb25/digit-ui-css 1.0.91 → 1.0.92

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": "@djb25/digit-ui-css",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -1,6 +1,5 @@
1
1
  .info-banner-wrap {
2
- @apply bg-link-normal bg-opacity-25 m-sm p-md;
3
- max-width: 960px;
2
+ @apply bg-link-normal bg-opacity-25 p-md;
4
3
 
5
4
  background-color: #C7E0F1;
6
5
  border-radius: 4px;
package/src/index.scss CHANGED
@@ -187,9 +187,10 @@ h6 {
187
187
  }
188
188
  }
189
189
 
190
- .check-page-link-button {
190
+ .check-page-link-button, .astericColor {
191
191
  color: red !important;
192
192
  font-size: 18px !important;
193
+ font-weight: bold;
193
194
  }
194
195
 
195
196
  .pt-application-download-btn {
@@ -96,10 +96,13 @@
96
96
 
97
97
  .employee-main-application-details {
98
98
  width: 100%;
99
- overflow-y: scroll;
99
+ overflow-y: auto;
100
100
  display: flex;
101
101
  gap: 20px;
102
- flex-wrap: wrap;
102
+ align-items: flex-start;
103
+ @media (max-width: 768px) {
104
+ flex-direction: column;
105
+ }
103
106
  }
104
107
 
105
108
  .employee-form-content {