@tattvafoundation/upyog-css 1.0.42 → 1.0.44
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 +23 -24
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bmc.scss +7 -1
package/package.json
CHANGED
package/src/components/bmc.scss
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
body,
|
|
17
17
|
html {
|
|
18
|
+
font-family: "Poppins", sans-serif !important;
|
|
18
19
|
font-size: var(--base-font-size);
|
|
19
|
-
font-family: "Poppins", sans-serif;
|
|
20
20
|
}
|
|
21
21
|
body {
|
|
22
22
|
background-color: var(--background-color);
|
|
@@ -2310,6 +2310,12 @@ button.submit-bar:hover {
|
|
|
2310
2310
|
letter-spacing: 0.08em;
|
|
2311
2311
|
padding: 10px 0 4px;
|
|
2312
2312
|
}
|
|
2313
|
+
.add-citizen-form-fields .bmc-col3-card {
|
|
2314
|
+
width: 100%;
|
|
2315
|
+
}
|
|
2316
|
+
.deonar-modal-close-btn-wrapper svg {
|
|
2317
|
+
fill: #fff;
|
|
2318
|
+
}
|
|
2313
2319
|
|
|
2314
2320
|
/* Extra Small Mobile Phones (up to 320px) */
|
|
2315
2321
|
@media screen and (max-width: 320px) {
|