Docs: Add modal page

This commit is contained in:
Lucas Larroche 2021-11-08 00:08:17 +07:00
parent 10301430ab
commit f85faceb65
9 changed files with 229 additions and 12 deletions

View file

@ -4,8 +4,14 @@
// Docs: Themes
#themes {
button i {
font-style: normal;
button.theme-switcher {
&:first-of-type {
--font-weight: bold;
}
i {
font-style: normal;
}
}
}
@ -115,3 +121,10 @@
#forms div.grid {
grid-row-gap: 0;
}
// Docs: Modal
#modal {
button {
--font-weight: bold;
}
}