Skip to content

Commit 02b9cc1

Browse files
committed
[RZB-250099]: build issue fixed
1 parent 0766081 commit 02b9cc1

31 files changed

+299
-287
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@
137137
"prettier-plugin-astro": "0.14.1",
138138
"shx": "0.3.4"
139139
}
140-
}
140+
}

src/assets/styles/canvas.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
:root{
2-
--shade: light-dark(#fff,#25354fcc);
3-
--box: light-dark(#f5deb3,#0f172acc);
1+
:root {
2+
--shade: light-dark(#fff, #25354fcc);
3+
--box: light-dark(#f5deb3, #0f172acc);
44
}
55
/* Global Styles for the Canvas Generator */
66
.canvas-generator {
@@ -67,14 +67,14 @@
6767
cursor: pointer;
6868
transition: background 0.3s ease;
6969
border: none;
70-
background: light-dark(#383535,#1e40af);
70+
background: light-dark(#383535, #1e40af);
7171
color: white;
7272
flex: 1;
7373
min-width: 120px;
7474
}
7575

7676
.canvas-generator .action-button:hover {
77-
background: light-dark(#000,#2563eb);
77+
background: light-dark(#000, #2563eb);
7878
}
7979

8080
.canvas-generator .checkbox-wrapper {
@@ -101,7 +101,7 @@
101101
}
102102

103103
.canvas-generator .input-label {
104-
color: light-dark(#000,#e2e8f0);
104+
color: light-dark(#000, #e2e8f0);
105105
font-size: 1.2rem;
106106
}
107107

@@ -134,7 +134,7 @@
134134
.canvas-generator label {
135135
display: block;
136136
margin-bottom: 0.5rem;
137-
color: light-dark(#000,#e2e8f0);
137+
color: light-dark(#000, #e2e8f0);
138138
font-size: 1rem;
139139
}
140140

src/assets/styles/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444

4545
.m-0 {
4646
margin: 0;
47-
}
47+
}

src/assets/styles/footer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
transition: transform 0.2s ease-in-out;
262262
}
263263

264-
.footer__nav--item[open]>summary .fa-chevron-down {
264+
.footer__nav--item[open] > summary .fa-chevron-down {
265265
transform: rotate(180deg);
266266
}
267267

@@ -278,4 +278,4 @@
278278
margin-top: 1rem;
279279
font-size: 0.85rem;
280280
}
281-
}
281+
}

src/assets/styles/globals.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
}
150150
}
151151

152-
153152
mark {
154153
margin-inline: 0.5rem;
155154
padding-inline: 0.5rem;
@@ -216,7 +215,7 @@
216215
&::checkmark {
217216
order: 1;
218217
margin-left: auto;
219-
content: '✔';
218+
content: "✔";
220219
color: #806df9;
221220
}
222221
}
@@ -226,4 +225,4 @@
226225
appearance: base-select;
227226
border: none;
228227
}
229-
}
228+
}

src/assets/styles/home/kids-love-section.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
align-items: start;
66
}
77

8-
.content-column>div {
8+
.content-column > div {
99
margin-bottom: 2rem;
1010
padding-inline-start: 2rem;
1111
}
@@ -59,4 +59,4 @@
5959
.content-column {
6060
text-align: center;
6161
}
62-
}
62+
}

src/assets/styles/indic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
&::checkmark {
148148
order: 1;
149149
margin-left: auto;
150-
content: '✔';
150+
content: "✔";
151151
color: #806df9;
152152
}
153153
}
@@ -518,4 +518,4 @@
518518
100% {
519519
--gradient-angle: 360deg;
520520
}
521-
}
521+
}

src/assets/styles/map/map.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
color: #ffffff;
9191
margin: 0;
9292
line-height: 1.5;
93-
text-align:left;
93+
text-align: left;
9494
}
9595

9696
@media (max-width: 768px) {

src/assets/styles/map/popup.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
.state-popup__info {
123123
font-size: 1.15rem;
124124
color: #444;
125-
margin: -1rem 0 -1rem 0;
125+
margin: -1rem 0 -1rem 0;
126126
text-align: left;
127127
width: 100%;
128128

@@ -208,4 +208,4 @@
208208
}
209209
}
210210
}
211-
}
211+
}

src/assets/styles/playground.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
font-size: clamp(0.9em, 2vw, 1em);
221221
width: auto;
222222
white-space: normal;
223-
text-align: center;
223+
text-align: center;
224224
}
225225
.container__typing .image__container img {
226226
max-width: 90vw;

0 commit comments

Comments
 (0)