@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/dist/index.css
CHANGED
|
@@ -573,19 +573,10 @@ img, video {
|
|
|
573
573
|
border-top-left-radius: .375rem;
|
|
574
574
|
border-top-right-radius: .375rem; }
|
|
575
575
|
|
|
576
|
-
.rounded-
|
|
576
|
+
.rounded-l-lg {
|
|
577
577
|
border-top-left-radius: .5rem;
|
|
578
|
-
border-top-right-radius: .5rem; }
|
|
579
|
-
|
|
580
|
-
.rounded-b-lg {
|
|
581
|
-
border-bottom-right-radius: .5rem; }
|
|
582
|
-
|
|
583
|
-
.rounded-b-lg, .rounded-l-lg {
|
|
584
578
|
border-bottom-left-radius: .5rem; }
|
|
585
579
|
|
|
586
|
-
.rounded-l-lg {
|
|
587
|
-
border-top-left-radius: .5rem; }
|
|
588
|
-
|
|
589
580
|
.rounded-b-xl {
|
|
590
581
|
border-bottom-right-radius: .75rem;
|
|
591
582
|
border-bottom-left-radius: .75rem; }
|
|
@@ -941,6 +932,9 @@ img, video {
|
|
|
941
932
|
.max-w-2xl {
|
|
942
933
|
max-width: 42rem; }
|
|
943
934
|
|
|
935
|
+
.max-w-3xl {
|
|
936
|
+
max-width: 48rem; }
|
|
937
|
+
|
|
944
938
|
.max-w-4xl {
|
|
945
939
|
max-width: 56rem; }
|
|
946
940
|
|
|
@@ -1226,6 +1220,9 @@ img, video {
|
|
|
1226
1220
|
.uppercase {
|
|
1227
1221
|
text-transform: uppercase; }
|
|
1228
1222
|
|
|
1223
|
+
.lowercase {
|
|
1224
|
+
text-transform: lowercase; }
|
|
1225
|
+
|
|
1229
1226
|
.capitalize {
|
|
1230
1227
|
text-transform: capitalize; }
|
|
1231
1228
|
|
|
@@ -10239,13 +10236,16 @@ body {
|
|
|
10239
10236
|
--shadow-color:rgba(0,0,0,0.1);
|
|
10240
10237
|
--modal-background:#fff;
|
|
10241
10238
|
--background-color:#fff;
|
|
10242
|
-
--text-color:#000;
|
|
10239
|
+
--text-color:#000;
|
|
10240
|
+
--text-main-color:#000; }
|
|
10243
10241
|
|
|
10244
10242
|
*, body, html {
|
|
10245
10243
|
font-size: var(--base-font-size); }
|
|
10246
10244
|
|
|
10247
10245
|
body, html {
|
|
10248
|
-
font-family: Poppins, sans-serif !important;
|
|
10246
|
+
font-family: Poppins, sans-serif !important;
|
|
10247
|
+
color: #000 !important;
|
|
10248
|
+
color: var(--text-color) !important; }
|
|
10249
10249
|
|
|
10250
10250
|
body {
|
|
10251
10251
|
background-color: #fff;
|
|
@@ -12225,6 +12225,9 @@ button.submit-bar:hover {
|
|
|
12225
12225
|
color: #1f2937;
|
|
12226
12226
|
max-height: 40px; }
|
|
12227
12227
|
|
|
12228
|
+
.auction-field-textarea {
|
|
12229
|
+
max-height: unset; }
|
|
12230
|
+
|
|
12228
12231
|
.auction-field-input:focus, .auction-field-select:focus, .auction-field-textarea:focus {
|
|
12229
12232
|
border-color: #097d28;
|
|
12230
12233
|
-webkit-box-shadow: 0 0 0 2px rgba(102, 249, 22, 0.1);
|
|
@@ -12311,7 +12314,9 @@ button.submit-bar:hover {
|
|
|
12311
12314
|
align-items: center;
|
|
12312
12315
|
-webkit-box-pack: center;
|
|
12313
12316
|
-ms-flex-pack: center;
|
|
12314
|
-
justify-content: center;
|
|
12317
|
+
justify-content: center;
|
|
12318
|
+
grid-gap: 6px;
|
|
12319
|
+
gap: 6px; }
|
|
12315
12320
|
|
|
12316
12321
|
.auction-btn:disabled {
|
|
12317
12322
|
opacity: .5;
|