Skip to content

Commit e70e4de

Browse files
committed
Afhankelijkheid Inter weggehaald (minder herhaling lettertype). Material
Symbols als lettertype i.p.v. SVG-iconen. Afkortingen nu op alfabetische volgorde. Titelbalk dialoog correct verticaal gecentreerd i.p.v. met translateY. Mededelingenscherm verbetert. Terugknop heeft nu hover. Taalfunctionaliteit werkte niet geweldig, slecht voor browserondersteuning, is nu weggehaald. Ongebruikte QR-code-implementatie weggehaald. Niet switchen bij dialoog open.
1 parent 948fe54 commit e70e4de

8 files changed

Lines changed: 186 additions & 11289 deletions

File tree

index.html

Lines changed: 109 additions & 256 deletions
Large diffs are not rendered by default.

inter.css

Lines changed: 0 additions & 471 deletions
This file was deleted.

jsQR.js

Lines changed: 0 additions & 10100 deletions
This file was deleted.

lang.json

Lines changed: 0 additions & 180 deletions
This file was deleted.

material.css

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
border-radius: 1rem;
1414
}
1515
.theme__input:checked + .theme__icon::before {
16-
content: "";
16+
content: "check";
1717
font-size: 27px;
1818
color: var(--primary-dark);
1919
text-align: center;
2020
width: 3.5rem;
2121
line-height: 2.9rem;
2222
display: inherit;
2323
border-radius: 1rem;
24+
font-family: Material Symbols Rounded;
2425
}
2526
.theme__icon {
2627
display: inline-block;
@@ -30,8 +31,6 @@
3031
background: var(--color);
3132
transition: 0.2s;
3233
vertical-align: middle;
33-
margin: 5px;
34-
font-family: Inter;
3534
font-weight: 500;
3635
}
3736
.theme__icon::before {
@@ -408,7 +407,6 @@ body[data-theme="pink monochrome"] {
408407
border: 2px solid var(--thumb-background);
409408
float: right;
410409
bottom: 6.5px;
411-
font-family: Inter;
412410
}
413411
.switch__design::before {
414412
content: "";
@@ -433,16 +431,22 @@ body[data-theme="pink monochrome"] {
433431
.switch__input:checked + .switch__design::before {
434432
left: calc(100% - (var(--thumb-size) + var(--thumb-out)));
435433
background: var(--checked-thumb-background);
436-
content: "";
434+
content: "check";
437435
text-align: center;
438-
line-height: 1.4;
436+
line-height: 1.3;
439437
color: var(--checked-background);
438+
font-family: Material Symbols Rounded;
439+
font-size: 18px;
440+
font-variation-settings: "wght" 500;
440441
}
441442
.switch__input:not(:checked) + .switch__design::before {
442443
color: var(--background);
443-
content: "";
444+
content: "close";
444445
text-align: center;
445446
letter-spacing: 2px;
447+
line-height: 1.35;
448+
font-family: Material Symbols Rounded;
449+
font-variation-settings: "wght" 600;
446450
}
447451

448452
.material-textfield {
@@ -483,9 +487,10 @@ body[data-theme="pink monochrome"] {
483487
}
484488
p {
485489
margin: 0;
490+
font-weight: 450;
491+
letter-spacing: 0.1px;
486492
}
487493
#closeBtn {
488-
font-family: inherit;
489494
font-size: inherit;
490495
float: right;
491496
margin-left: auto;

qr.html

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)