mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 18:08:06 +01:00
12 lines
132 B
SCSS
12 lines
132 B
SCSS
.no-list {
|
|
list-style: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
}
|
|
|
|
.recovery-codes {
|
|
list-style: none;
|
|
}
|