Skip to content

Commit c07dc88

Browse files
committed
style: format code with prettier
1 parent 67060dd commit c07dc88

File tree

2 files changed

+22
-18
lines changed
  • packages
    • cli-template-monorepo-ethers/apps/web-app/src/app
    • cli-template-monorepo-subgraph/apps/web-app/src/app

2 files changed

+22
-18
lines changed

packages/cli-template-monorepo-ethers/apps/web-app/src/app/globals.css

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
box-sizing: border-box;
2828
padding: 0;
2929
margin: 0;
30-
font-family:"Outfit", sans-serif;;
30+
font-family: "Outfit", sans-serif;
3131
}
3232

3333
html,
@@ -124,8 +124,8 @@ a:hover {
124124
font-weight: 400;
125125
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
126126
transition-duration: 200ms;
127-
padding-left: 18px!important;
128-
padding-right: 18px!important;
127+
padding-left: 18px !important;
128+
padding-right: 18px !important;
129129
height: 2.5rem;
130130
min-width: 2.5rem;
131131
font-size: 1rem;
@@ -214,7 +214,7 @@ a:hover {
214214
}
215215

216216
.refresh-icon {
217-
margin-inline-end: 0.5rem
217+
margin-inline-end: 0.5rem;
218218
}
219219

220220
.stepper-icon {
@@ -242,7 +242,7 @@ a:hover {
242242
-ms-flex-negative: 0;
243243
flex-shrink: 0;
244244
color: currentColor;
245-
vertical-align:super
245+
vertical-align: super;
246246
}
247247

248248
.box {
@@ -294,7 +294,8 @@ a:hover {
294294
background: var(--slate500);
295295
}
296296

297-
.users-wrapper,.feedback-wrapper {
297+
.users-wrapper,
298+
.feedback-wrapper {
298299
max-height: 300px;
299300
overflow-y: scroll;
300301
}
@@ -306,10 +307,11 @@ a:hover {
306307
.users-header {
307308
font-weight: 700;
308309
font-size: 1.125rem;
309-
font-family: 'DM Sans', sans-serif;
310+
font-family: "DM Sans", sans-serif;
310311
}
311312

312-
.join-group-button, .send-feedback-button {
313+
.join-group-button,
314+
.send-feedback-button {
313315
margin-top: 1.5rem;
314316
}
315317

@@ -358,4 +360,4 @@ a:hover {
358360
to {
359361
transform: rotate(360deg);
360362
}
361-
}
363+
}

packages/cli-template-monorepo-subgraph/apps/web-app/src/app/globals.css

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
box-sizing: border-box;
2828
padding: 0;
2929
margin: 0;
30-
font-family:"Outfit", sans-serif;;
30+
font-family: "Outfit", sans-serif;
3131
}
3232

3333
html,
@@ -124,8 +124,8 @@ a:hover {
124124
font-weight: 400;
125125
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
126126
transition-duration: 200ms;
127-
padding-left: 18px!important;
128-
padding-right: 18px!important;
127+
padding-left: 18px !important;
128+
padding-right: 18px !important;
129129
height: 2.5rem;
130130
min-width: 2.5rem;
131131
font-size: 1rem;
@@ -214,7 +214,7 @@ a:hover {
214214
}
215215

216216
.refresh-icon {
217-
margin-inline-end: 0.5rem
217+
margin-inline-end: 0.5rem;
218218
}
219219

220220
.stepper-icon {
@@ -242,7 +242,7 @@ a:hover {
242242
-ms-flex-negative: 0;
243243
flex-shrink: 0;
244244
color: currentColor;
245-
vertical-align:super
245+
vertical-align: super;
246246
}
247247

248248
.box {
@@ -294,7 +294,8 @@ a:hover {
294294
background: var(--slate500);
295295
}
296296

297-
.users-wrapper,.feedback-wrapper {
297+
.users-wrapper,
298+
.feedback-wrapper {
298299
max-height: 300px;
299300
overflow-y: scroll;
300301
}
@@ -306,10 +307,11 @@ a:hover {
306307
.users-header {
307308
font-weight: 700;
308309
font-size: 1.125rem;
309-
font-family: 'DM Sans', sans-serif;
310+
font-family: "DM Sans", sans-serif;
310311
}
311312

312-
.join-group-button, .send-feedback-button {
313+
.join-group-button,
314+
.send-feedback-button {
313315
margin-top: 1.5rem;
314316
}
315317

@@ -358,4 +360,4 @@ a:hover {
358360
to {
359361
transform: rotate(360deg);
360362
}
361-
}
363+
}

0 commit comments

Comments
 (0)