Add a loading indicator for aria-busy

This commit is contained in:
Lucas Larroche 2021-07-17 15:19:19 +07:00
parent 0e7894c48e
commit dc42ec62f3
25 changed files with 517 additions and 301 deletions

View file

@ -138,7 +138,7 @@ a {
// Small
small {
--font-size: 87.5%;
--font-size: 0.875em;
}
// Headings
@ -197,7 +197,7 @@ table {
}
:not(thead) td {
--font-size: 0.875rem;
--font-size: 0.875em;
}
}