@tattvafoundation/upyog-css 1.0.27 → 1.0.28
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 +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bmc.scss +3 -4
package/package.json
CHANGED
package/src/components/bmc.scss
CHANGED
|
@@ -9,13 +9,12 @@
|
|
|
9
9
|
--modal-background: #fff;
|
|
10
10
|
--background-color: white;
|
|
11
11
|
--text-color: black;
|
|
12
|
-
|
|
13
|
-
|
|
14
12
|
}
|
|
15
13
|
* {
|
|
16
14
|
font-size: var(--base-font-size);
|
|
17
15
|
}
|
|
18
|
-
body,
|
|
16
|
+
body,
|
|
17
|
+
html {
|
|
19
18
|
font-size: var(--base-font-size);
|
|
20
19
|
}
|
|
21
20
|
body {
|
|
@@ -1712,7 +1711,7 @@ button.submit-bar:hover {
|
|
|
1712
1711
|
|
|
1713
1712
|
.checkbox-wrap .label {
|
|
1714
1713
|
margin-left: 42px;
|
|
1715
|
-
|
|
1714
|
+
top: 0px;
|
|
1716
1715
|
}
|
|
1717
1716
|
|
|
1718
1717
|
.bmc-label-error {
|