This commit is contained in:
parent
2dd3c05805
commit
6d873c8366
22 changed files with 444 additions and 156 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* Élément conteneur de la fenêtre modale. */
|
||||
.dialog {
|
||||
--dialog-overlay-background: var(--bg25-secondary);
|
||||
--dialog-overlay-background: var(--bg25-tertiary);
|
||||
--dialog-background-color: var(--root-background-color);
|
||||
--dialog-border-color: var(--root-text-color);
|
||||
--dialog-shadow-color: var(--root-text-color);
|
||||
|
|
@ -37,14 +37,16 @@
|
|||
border-block-end: 1px solid var(--dialog-border-color);
|
||||
|
||||
h2 {
|
||||
font-family: "BRKLY", monospace;
|
||||
padding-inline: var(--s-1);
|
||||
font-size: var(--s1);
|
||||
text-transform: uppercase;
|
||||
font-size: var(--s0);
|
||||
font-weight: var(--brkly-font-weight-semibold);
|
||||
}
|
||||
|
||||
button {
|
||||
padding: var(--s-1);
|
||||
font-family: Banquise, monospace;
|
||||
font-weight: 500;
|
||||
font-weight: var(--brkly-font-weight-semibold);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue