1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-03 23:27:32 +01:00

12 lines
228 B
HTML
Raw Normal View History

<ul class="settings-list">
2018-01-13 12:12:17 -08:00
<slot></slot>
</ul>
<style>
ul.settings-list {
2018-01-13 12:12:17 -08:00
list-style: none;
width: 100%;
2018-01-13 12:12:17 -08:00
border: 1px solid var(--settings-list-item-border);
margin: 20px auto;
max-width: 80%;
2018-01-13 12:12:17 -08:00
}
</style>