@tattvafoundation/upyog-css 1.0.45 → 1.0.46
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 +18 -13
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bmc.scss +6 -0
package/package.json
CHANGED
package/src/components/bmc.scss
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
--modal-background: #fff;
|
|
10
10
|
--background-color: white;
|
|
11
11
|
--text-color: black;
|
|
12
|
+
--text-main-color: #000;
|
|
12
13
|
}
|
|
13
14
|
* {
|
|
14
15
|
font-size: var(--base-font-size);
|
|
@@ -17,6 +18,7 @@ body,
|
|
|
17
18
|
html {
|
|
18
19
|
font-family: "Poppins", sans-serif !important;
|
|
19
20
|
font-size: var(--base-font-size);
|
|
21
|
+
color: var(--text-color) !important;
|
|
20
22
|
}
|
|
21
23
|
body {
|
|
22
24
|
background-color: var(--background-color);
|
|
@@ -2465,6 +2467,9 @@ button.submit-bar:hover {
|
|
|
2465
2467
|
color: #1f2937;
|
|
2466
2468
|
max-height: 40px;
|
|
2467
2469
|
}
|
|
2470
|
+
.auction-field-textarea {
|
|
2471
|
+
max-height: unset;
|
|
2472
|
+
}
|
|
2468
2473
|
|
|
2469
2474
|
.auction-field-input:focus,
|
|
2470
2475
|
.auction-field-select:focus,
|
|
@@ -2568,6 +2573,7 @@ button.submit-bar:hover {
|
|
|
2568
2573
|
display: inline-flex;
|
|
2569
2574
|
align-items: center;
|
|
2570
2575
|
justify-content: center;
|
|
2576
|
+
gap: 6px;
|
|
2571
2577
|
}
|
|
2572
2578
|
|
|
2573
2579
|
.auction-btn:disabled {
|