mirror of
https://github.com/picocss/pico.git
synced 2025-05-01 13:29:13 -04:00
Add a loading indicator for aria-busy
This commit is contained in:
parent
0e7894c48e
commit
dc42ec62f3
25 changed files with 517 additions and 301 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue