Add ul li style for editor + Adjuste stance + marge on sheets and img

This commit is contained in:
Mandar
2021-01-02 01:33:17 +01:00
parent 999d4b0738
commit 78fde2cdd9
6 changed files with 142 additions and 85 deletions

View File

@@ -166,3 +166,23 @@ sub,
sup {
color: $l5r5e-black;
}
.sheet {
nav {
&.sheet-tabs {
font-size: 0.75rem;
}
}
}
.editor-content,
.item-description {
ul {
margin: 0.5rem 0;
li {
list-style-type: initial;
margin: 0.5rem 0 0.5rem 1.5rem;
padding: 0;
}
}
}