@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/dist/index.css
CHANGED
|
@@ -218,6 +218,11 @@ img, video {
|
|
|
218
218
|
.container {
|
|
219
219
|
max-width: 780px; } }
|
|
220
220
|
|
|
221
|
+
.space-y-0 > :not(template) ~ :not(template) {
|
|
222
|
+
--space-y-reverse:0;
|
|
223
|
+
margin-top: calc(0px*(1 - var(--space-y-reverse)));
|
|
224
|
+
margin-bottom: calc(0px*var(--space-y-reverse)); }
|
|
225
|
+
|
|
221
226
|
.space-y-1 > :not(template) ~ :not(template) {
|
|
222
227
|
--space-y-reverse:0;
|
|
223
228
|
margin-top: calc(0.25rem*(1 - var(--space-y-reverse)));
|
|
@@ -273,6 +278,11 @@ img, video {
|
|
|
273
278
|
margin-top: calc(2rem*(1 - var(--space-y-reverse)));
|
|
274
279
|
margin-bottom: calc(2rem*var(--space-y-reverse)); }
|
|
275
280
|
|
|
281
|
+
.space-y-0\.5 > :not(template) ~ :not(template) {
|
|
282
|
+
--space-y-reverse:0;
|
|
283
|
+
margin-top: calc(0.125rem*(1 - var(--space-y-reverse)));
|
|
284
|
+
margin-bottom: calc(0.125rem*var(--space-y-reverse)); }
|
|
285
|
+
|
|
276
286
|
.space-y-1\.5 > :not(template) ~ :not(template) {
|
|
277
287
|
--space-y-reverse:0;
|
|
278
288
|
margin-top: calc(0.375rem*(1 - var(--space-y-reverse)));
|
|
@@ -434,11 +444,6 @@ img, video {
|
|
|
434
444
|
background-color: #fdf9ed;
|
|
435
445
|
background-color: rgba(253, 249, 237, var(--bg-opacity)); }
|
|
436
446
|
|
|
437
|
-
.focus\:bg-white:focus {
|
|
438
|
-
--bg-opacity:1;
|
|
439
|
-
background-color: #fff;
|
|
440
|
-
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
441
|
-
|
|
442
447
|
.bg-gradient-to-r {
|
|
443
448
|
background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops)));
|
|
444
449
|
background-image: linear-gradient(90deg, var(--gradient-color-stops)); }
|
|
@@ -586,9 +591,9 @@ img, video {
|
|
|
586
591
|
.rounded-l-lg {
|
|
587
592
|
border-top-left-radius: .5rem; }
|
|
588
593
|
|
|
589
|
-
.rounded-
|
|
590
|
-
border-
|
|
591
|
-
border-
|
|
594
|
+
.rounded-b-xl {
|
|
595
|
+
border-bottom-right-radius: .75rem;
|
|
596
|
+
border-bottom-left-radius: .75rem; }
|
|
592
597
|
|
|
593
598
|
.border-dashed {
|
|
594
599
|
border-style: dashed; }
|
|
@@ -632,9 +637,6 @@ img, video {
|
|
|
632
637
|
.border-t {
|
|
633
638
|
border-top-width: 1px; }
|
|
634
639
|
|
|
635
|
-
.border-r {
|
|
636
|
-
border-right-width: 1px; }
|
|
637
|
-
|
|
638
640
|
.border-b {
|
|
639
641
|
border-bottom-width: 1px; }
|
|
640
642
|
|
|
@@ -841,9 +843,6 @@ img, video {
|
|
|
841
843
|
.h-32 {
|
|
842
844
|
height: 8rem; }
|
|
843
845
|
|
|
844
|
-
.h-48 {
|
|
845
|
-
height: 12rem; }
|
|
846
|
-
|
|
847
846
|
.h-64 {
|
|
848
847
|
height: 16rem; }
|
|
849
848
|
|
|
@@ -853,6 +852,9 @@ img, video {
|
|
|
853
852
|
.h-px {
|
|
854
853
|
height: 1px; }
|
|
855
854
|
|
|
855
|
+
.h-0\.5 {
|
|
856
|
+
height: .125rem; }
|
|
857
|
+
|
|
856
858
|
.h-2\.5 {
|
|
857
859
|
height: .625rem; }
|
|
858
860
|
|
|
@@ -1218,15 +1220,9 @@ img, video {
|
|
|
1218
1220
|
.uppercase {
|
|
1219
1221
|
text-transform: uppercase; }
|
|
1220
1222
|
|
|
1221
|
-
.lowercase {
|
|
1222
|
-
text-transform: lowercase; }
|
|
1223
|
-
|
|
1224
1223
|
.capitalize {
|
|
1225
1224
|
text-transform: capitalize; }
|
|
1226
1225
|
|
|
1227
|
-
.normal-case {
|
|
1228
|
-
text-transform: none; }
|
|
1229
|
-
|
|
1230
1226
|
.hover\:underline:hover, .underline {
|
|
1231
1227
|
text-decoration: underline; }
|
|
1232
1228
|
|
|
@@ -1241,9 +1237,6 @@ img, video {
|
|
|
1241
1237
|
font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
|
|
1242
1238
|
--font-variant-numeric-spacing:proportional-nums; }
|
|
1243
1239
|
|
|
1244
|
-
.tracking-tighter {
|
|
1245
|
-
letter-spacing: -.05em; }
|
|
1246
|
-
|
|
1247
1240
|
.tracking-tight {
|
|
1248
1241
|
letter-spacing: -.025em; }
|
|
1249
1242
|
|
|
@@ -10251,7 +10244,7 @@ body {
|
|
|
10251
10244
|
font-size: var(--base-font-size); }
|
|
10252
10245
|
|
|
10253
10246
|
body, html {
|
|
10254
|
-
font-family: Poppins,sans-serif; }
|
|
10247
|
+
font-family: Poppins, sans-serif !important; }
|
|
10255
10248
|
|
|
10256
10249
|
body {
|
|
10257
10250
|
background-color: #fff;
|
|
@@ -12116,6 +12109,12 @@ button.submit-bar:hover {
|
|
|
12116
12109
|
letter-spacing: .08em;
|
|
12117
12110
|
padding: 10px 0 4px; }
|
|
12118
12111
|
|
|
12112
|
+
.add-citizen-form-fields .bmc-col3-card {
|
|
12113
|
+
width: 100%; }
|
|
12114
|
+
|
|
12115
|
+
.deonar-modal-close-btn-wrapper svg {
|
|
12116
|
+
fill: #fff; }
|
|
12117
|
+
|
|
12119
12118
|
@media screen and (max-width: 320px) {
|
|
12120
12119
|
.mobile-CardWrapper {
|
|
12121
12120
|
min-height: 30vh; }
|