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

@@ -93,9 +93,9 @@
&.weapon {
.sheet-header {
img {
flex: 0 0 75px;
height: 75px;
width: 75px;
flex: 0 0 90px;
height: 90px;
width: 90px;
background: rgba(255, 255, 255, 0.25);
}
}
@@ -189,7 +189,7 @@
flex: 0 0 calc(33% - 0.5rem);
}
.cursus {
flex: 1;
flex: 0 0 calc(19% - 0.5rem);
line-height: 0.75rem;
text-align: right;
margin: 0 0.25rem;
@@ -205,7 +205,7 @@
article {
&.attributes {
.cursus {
flex: 1;
flex: 0 0 calc(20% - 0.5rem);
line-height: 0.75rem;
text-align: right;
margin: 0 0.25rem;
@@ -308,4 +308,24 @@
}
}
}
.stance-content {
.item-description {
display: none;
height: auto;
}
.toggle-active {
display: block;
height: auto;
border: 0 none;
}
&:hover {
.item-description {
height: auto;
border: 0 none;
}
.toggle-active {
display: block;
}
}
}
}