@pmidc/upyog-css 1.2.6 → 1.2.7

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.6",
3
+ "version": "1.2.7",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -124,7 +124,7 @@
124
124
  .mobile-number-prefix {
125
125
  position: absolute;
126
126
  left: 12px;
127
- top: 51%;
127
+ top: 50%;
128
128
  transform: translateY(-50%);
129
129
  font-size: 16px;
130
130
  font-weight: 500;
@@ -1,7 +1,7 @@
1
1
  .search-icon{
2
2
  position: relative;
3
3
  z-index: 100;
4
- left: 160px;
4
+ right: 50px;
5
5
  margin-top: -55px;
6
6
  cursor: pointer;
7
7