1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-09 11:23:00 +09:00
mastodon/app/assets/stylesheets/lists.scss

13 lines
132 B
SCSS
Raw Normal View History

.no-list {
list-style: none;
li {
display: inline-block;
margin: 0 5px;
}
}
.recovery-codes {
list-style: none;
}