@pmidc/upyog-css 1.1.8 → 1.1.10

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.
@@ -97,7 +97,6 @@
97
97
  }
98
98
 
99
99
  .employee-login-form input {
100
-
101
100
  outline: none;
102
101
  border-color: #5243e9;
103
102
  transition: all 0.2s ease;
@@ -106,7 +105,6 @@
106
105
  .employee-login-form input:focus {
107
106
  outline: none;
108
107
  border-color: #5243e9;
109
-
110
108
  }
111
109
 
112
110
  .employee-city-dropdown {
@@ -188,6 +186,7 @@
188
186
  .employee-login-card {
189
187
  padding: 32px 24px;
190
188
  border-radius: 8px;
189
+ width: 100%;
191
190
  }
192
191
 
193
192
  .employee-login-icon-circle {