@pmidc/upyog-css 1.1.9 → 1.1.11

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.
@@ -73,7 +73,8 @@
73
73
  /* Login Card */
74
74
  .employee-login-card {
75
75
  padding: 20px;
76
- width: 650px;
76
+ width: 100%;
77
+ max-width: 650px;
77
78
  overflow: visible;
78
79
  position: relative;
79
80
  z-index: 1;
@@ -97,7 +98,6 @@
97
98
  }
98
99
 
99
100
  .employee-login-form input {
100
-
101
101
  outline: none;
102
102
  border-color: #5243e9;
103
103
  transition: all 0.2s ease;
@@ -106,7 +106,6 @@
106
106
  .employee-login-form input:focus {
107
107
  outline: none;
108
108
  border-color: #5243e9;
109
-
110
109
  }
111
110
 
112
111
  .employee-city-dropdown {
@@ -188,6 +187,7 @@
188
187
  .employee-login-card {
189
188
  padding: 32px 24px;
190
189
  border-radius: 8px;
190
+ width: 100%;
191
191
  }
192
192
 
193
193
  .employee-login-icon-circle {
@@ -3,6 +3,8 @@
3
3
  .card {
4
4
  .employee-card-input--front {
5
5
  background-color: white;
6
+ position: relative;
7
+ z-index: 0 !important;
6
8
  }
7
9
  input[name="mobileNumber"] {
8
10
  max-width: 490px;