@pmidc/upyog-css 1.0.15 → 1.0.16

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.0.15",
3
+ "version": "1.0.16",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -58,6 +58,6 @@
58
58
  "directories": {
59
59
  "example": "example"
60
60
  },
61
- "author": "",
61
+ "author": "aashish",
62
62
  "description": ""
63
63
  }
@@ -21,7 +21,7 @@
21
21
  position:relative;
22
22
  }
23
23
  .card {
24
- max-width: 960px;
24
+ max-width: 75%;
25
25
  }
26
26
  button {
27
27
  max-width: 240px;
@@ -32,7 +32,7 @@
32
32
  input[type="text"] {
33
33
  width: calc(100% - 32px);
34
34
  background-color: transparent;
35
- margin-top: -23px !important;
35
+ /* margin-top: -23px !important; */
36
36
  @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
37
37
  }
38
38
 
@@ -61,7 +61,7 @@
61
61
  input[type="text"] {
62
62
  width: calc(100% - 32px);
63
63
  background-color: transparent;
64
- margin-top: -23px;
64
+ /* margin-top: -23px; */
65
65
  @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
66
66
  }
67
67
 
@@ -159,7 +159,7 @@
159
159
  input[type="text"] {
160
160
  width: calc(100% - 32px);
161
161
  background-color: transparent;
162
- margin-top: -23px;
162
+ /* margin-top: -23px; */
163
163
  @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
164
164
  }
165
165