@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.
- package/dist/index.css +2061 -206
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/buttons.scss +35 -4
- package/src/components/card.scss +14 -0
- package/src/components/custombtn.scss +1 -1
- package/src/components/navbar.scss +39 -0
- package/src/components/selectdropdown.scss +11 -11
- package/src/components/textfields.scss +17 -0
- package/src/index.scss +2 -0
- package/src/modules/rentAndLease/index.scss +227 -0
- package/src/pages/common/newApplicationTimeline.scss +128 -12
- package/src/pages/employee/header.scss +1 -1
- package/src/pages/employee/landing.scss +1461 -3
- package/src/pages/employee/login.scss +1 -2
|
@@ -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 {
|