1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-04 17:03:27 +09:00
YuruToot/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;
}