mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-15 12:44:24 -05:00
13 lines
132 B
SCSS
13 lines
132 B
SCSS
.no-list {
|
|
list-style: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
}
|
|
|
|
.recovery-codes {
|
|
list-style: none;
|
|
}
|