Skip to content

Commit 40b0e3d

Browse files
committed
fix: formatting again
1 parent ec08547 commit 40b0e3d

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

frontend/style.scss

+29-29
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ select {
4646
}
4747

4848
@font-face {
49-
font-family: "Inter";
49+
font-family: 'Inter';
5050
font-weight: 100 900;
5151
font-display: swap;
5252
font-style: normal;
53-
font-named-instance: "Regular";
54-
src: url("fonts/Inter-roman.var.woff2") format("woff2");
53+
font-named-instance: 'Regular';
54+
src: url('fonts/Inter-roman.var.woff2') format('woff2');
5555
}
5656

5757
@font-face {
58-
font-family: "Inter";
58+
font-family: 'Inter';
5959
font-weight: 100 900;
6060
font-display: swap;
6161
font-style: italic;
62-
font-named-instance: "Italic";
63-
src: url("fonts/Inter-italic.var.woff2") format("woff2");
62+
font-named-instance: 'Italic';
63+
src: url('fonts/Inter-italic.var.woff2') format('woff2');
6464
}
6565

6666
$grey: #ccc;
@@ -102,7 +102,7 @@ header {
102102
h1 {
103103
line-height: 4rem;
104104
padding-left: 6.5rem;
105-
background: url("img/mailcrab.svg") no-repeat center left 1rem;
105+
background: url('img/mailcrab.svg') no-repeat center left 1rem;
106106
background-size: 5rem;
107107
font-weight: 300;
108108
font-size: 2.5rem;
@@ -128,24 +128,24 @@ header {
128128
font-size: 0.9rem;
129129
height: 2.5rem;
130130
line-height: 2rem;
131-
background: white url("img/trash.svg") no-repeat top 0.6rem left 0.75rem;
131+
background: white url('img/trash.svg') no-repeat top 0.6rem left 0.75rem;
132132
background-size: 14px;
133133
.invert-body {
134-
background: white url("img/dark-mode.svg") no-repeat top 0.6rem left
134+
background: white url('img/dark-mode.svg') no-repeat top 0.6rem left
135135
0.75rem;
136136
padding: 0 1rem;
137137
@media (prefers-color-scheme: light) {
138138
display: none;
139139
}
140140
}
141141
@media (prefers-color-scheme: dark) {
142-
background: $surface-dark url("img/trash.svg") no-repeat top 0.6rem left
142+
background: $surface-dark url('img/trash.svg') no-repeat top 0.6rem left
143143
0.75rem;
144144
background-size: 14px;
145145
color: $foreground-dark;
146146
border: 1px solid $border-grey-dark;
147147
.invert-body {
148-
background: $surface-dark url("img/dark-mode.svg") no-repeat top 0.6rem
148+
background: $surface-dark url('img/dark-mode.svg') no-repeat top 0.6rem
149149
left 0.75rem;
150150
}
151151
}
@@ -219,13 +219,13 @@ header {
219219
animation: slide-down 300ms ease-in;
220220
overflow: hidden;
221221
font-size: 0.9rem;
222-
background: $background url("img/envelope.svg") no-repeat center left
222+
background: $background url('img/envelope.svg') no-repeat center left
223223
0.75rem;
224224
background-size: 2rem;
225225
color: $foreground;
226226

227227
@media (prefers-color-scheme: dark) {
228-
background: $surface-dark url("img/envelope.svg") no-repeat center left
228+
background: $surface-dark url('img/envelope.svg') no-repeat center left
229229
0.75rem;
230230
background-size: 2rem;
231231
color: $foreground-dark;
@@ -250,13 +250,13 @@ header {
250250

251251
&.opened {
252252
opacity: 0.5;
253-
background-image: url("img/envelope-open.svg");
253+
background-image: url('img/envelope-open.svg');
254254
}
255255

256256
&.selected {
257257
color: $foreground !important;
258258
font-weight: 500;
259-
background-image: url("img/envelope-open-text.svg");
259+
background-image: url('img/envelope-open-text.svg');
260260

261261
@media (prefers-color-scheme: dark) {
262262
color: $foreground-dark !important;
@@ -280,11 +280,11 @@ header {
280280
}
281281

282282
&::before {
283-
content: "<";
283+
content: '<';
284284
}
285285

286286
&::after {
287-
content: ">";
287+
content: '>';
288288
}
289289
}
290290
}
@@ -334,20 +334,20 @@ header {
334334

335335
&.attachments {
336336
.subject::before {
337-
content: " ";
337+
content: ' ';
338338
display: inline-block;
339339
margin-right: 0.2rem;
340340
width: 0.9rem;
341341
height: 0.9rem;
342-
background: url("img/paperclip.svg") no-repeat center left;
342+
background: url('img/paperclip.svg') no-repeat center left;
343343
}
344344
}
345345
}
346346
}
347347

348348
.recipients {
349349
& > .email + .email:before {
350-
content: ", <";
350+
content: ', <';
351351
display: inline-block;
352352
color: rgba(black, 0.3);
353353

@@ -358,7 +358,7 @@ header {
358358

359359
.email {
360360
&::before {
361-
content: "<";
361+
content: '<';
362362
color: rgba(black, 0.3);
363363

364364
@media (prefers-color-scheme: dark) {
@@ -367,7 +367,7 @@ header {
367367
}
368368

369369
&::after {
370-
content: ">";
370+
content: '>';
371371
color: rgba(black, 0.3);
372372

373373
@media (prefers-color-scheme: dark) {
@@ -441,12 +441,12 @@ header {
441441
margin-right: 0;
442442
margin-bottom: 0.25rem;
443443
padding: 0.5rem 1.5rem 0.5rem 2rem;
444-
background: white url("img/trash.svg") no-repeat center left 1rem;
444+
background: white url('img/trash.svg') no-repeat center left 1rem;
445445
background-size: 12px;
446446
border: 1px solid $grey;
447447

448448
@media (prefers-color-scheme: dark) {
449-
background: $surface-dark url("img/trash.svg") no-repeat center
449+
background: $surface-dark url('img/trash.svg') no-repeat center
450450
left 1rem;
451451
background-size: 12px;
452452
color: $foreground-dark;
@@ -500,11 +500,11 @@ header {
500500
}
501501

502502
&::before {
503-
content: " <";
503+
content: ' <';
504504
}
505505

506506
&::after {
507-
content: ">";
507+
content: '>';
508508
}
509509
}
510510
}
@@ -519,19 +519,19 @@ header {
519519
text-decoration: none;
520520
color: black;
521521
transition: all 150ms ease-in;
522-
background: white url("img/file.svg") no-repeat center left 0.5rem;
522+
background: white url('img/file.svg') no-repeat center left 0.5rem;
523523
background-size: 1rem;
524524

525525
@media (prefers-color-scheme: dark) {
526-
background: $surface-dark url("img/file.svg") no-repeat center left
526+
background: $surface-dark url('img/file.svg') no-repeat center left
527527
0.5rem;
528528
background-size: 1rem;
529529
color: $foreground-dark;
530530
border: 1px solid $border-grey-dark;
531531
}
532532

533533
&.application-pdf {
534-
background-image: url("img/file-pdf.svg");
534+
background-image: url('img/file-pdf.svg');
535535
}
536536

537537
.size {

0 commit comments

Comments
 (0)