1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
triennale-appunti-steffo/pages/year3/gestione/tokenStyle.module.css
2022-02-04 06:04:59 +01:00

6 lines
111 B
CSS

.token {
border: 1px currentColor solid;
border-radius: 2px;
padding: 2px;
line-height: 2em;
}