@pmidc/upyog-css 1.2.16 → 1.2.18
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 +54 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/body.scss +1 -0
- package/src/components/card.scss +113 -0
- package/src/components/documentSection.scss +41 -2
- package/src/index.scss +2 -6
- package/src/pages/citizen/SurveyList.scss +3 -0
- package/src/pages/employee/EmployeeQuickServicesCard.scss +199 -0
- package/src/pages/employee/dashboard.scss +1 -0
- package/src/pages/employee/index.scss +5 -6
package/dist/index.css
CHANGED
|
@@ -2219,6 +2219,60 @@ body {
|
|
|
2219
2219
|
.BPAemployeeCard .employeeCard .card-label, .BPAemployeeCard .employeeCard .form-field, .obps-search-mobile-wrapper .form-field {
|
|
2220
2220
|
width: 100% !important; }
|
|
2221
2221
|
|
|
2222
|
+
@media (max-width: 768px) {
|
|
2223
|
+
.chb-citizen .app-container, .mcollect-citizen .app-container, .pet-citizen .app-container {
|
|
2224
|
+
margin-top: 2rem !important; }
|
|
2225
|
+
.bills-citizen-wrapper {
|
|
2226
|
+
margin-top: 1rem !important;
|
|
2227
|
+
padding: 10px !important;
|
|
2228
|
+
width: 100% !important; }
|
|
2229
|
+
.property-search-modal {
|
|
2230
|
+
width: 100% !important; }
|
|
2231
|
+
.card .card {
|
|
2232
|
+
padding: 0;
|
|
2233
|
+
background: none;
|
|
2234
|
+
border: none;
|
|
2235
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2236
|
+
-webkit-box-shadow: none;
|
|
2237
|
+
box-shadow: none;
|
|
2238
|
+
grid-gap: 0;
|
|
2239
|
+
gap: 0; }
|
|
2240
|
+
.card .card .card-content, .card .card .card-footer, .card .card .card-header {
|
|
2241
|
+
padding: 0; }
|
|
2242
|
+
.card .employeeCard {
|
|
2243
|
+
padding: 0;
|
|
2244
|
+
background: none;
|
|
2245
|
+
border: none;
|
|
2246
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2247
|
+
-webkit-box-shadow: none;
|
|
2248
|
+
box-shadow: none;
|
|
2249
|
+
grid-gap: 0;
|
|
2250
|
+
gap: 0; }
|
|
2251
|
+
.card .employeeCard .employeeCard-content, .card .employeeCard .employeeCard-footer, .card .employeeCard .employeeCard-header {
|
|
2252
|
+
padding: 0; }
|
|
2253
|
+
.employeeCard .card {
|
|
2254
|
+
padding: 0;
|
|
2255
|
+
background: none;
|
|
2256
|
+
border: none;
|
|
2257
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2258
|
+
-webkit-box-shadow: none;
|
|
2259
|
+
box-shadow: none;
|
|
2260
|
+
grid-gap: 0;
|
|
2261
|
+
gap: 0; }
|
|
2262
|
+
.employeeCard .card .card-content, .employeeCard .card .card-footer, .employeeCard .card .card-header {
|
|
2263
|
+
padding: 0; }
|
|
2264
|
+
.employeeCard .employeeCard {
|
|
2265
|
+
padding: 0;
|
|
2266
|
+
background: none;
|
|
2267
|
+
border: none;
|
|
2268
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2269
|
+
-webkit-box-shadow: none;
|
|
2270
|
+
box-shadow: none;
|
|
2271
|
+
grid-gap: 0;
|
|
2272
|
+
gap: 0; }
|
|
2273
|
+
.employeeCard .employeeCard .employeeCard-content, .employeeCard .employeeCard .employeeCard-footer, .employeeCard .employeeCard .employeeCard-header {
|
|
2274
|
+
padding: 0; } }
|
|
2275
|
+
|
|
2222
2276
|
.selector-button, .selector-button-primary, .selector-button-secondary {
|
|
2223
2277
|
color: #fff !important;
|
|
2224
2278
|
border: none !important;
|