Update styles for 0.8.x sheets

This commit is contained in:
Mandar
2021-05-29 13:49:29 +02:00
parent 64ca1abd8b
commit a5011caf9c
4 changed files with 36 additions and 19 deletions

View File

@@ -518,13 +518,11 @@
max-width: none;
}
.symbols-help {
float: right;
font-style: italic;
color: #666;
font-size: 0.8rem;
line-height: 1rem;
margin-right: 1rem;
margin: 0.5rem 1rem 0;
margin: 0.5rem auto 0;
i {
font-size: 1rem;
line-height: 1rem;

View File

@@ -21,7 +21,7 @@
&.advancement,
&.items-wrapper {
display: grid;
flex: calc(100% - 7rem);
flex: calc(100%);
}
}
.advancements-tabs {
@@ -289,10 +289,6 @@
height: 1.25rem;
margin: 0;
}
.attitude {
height: 1.25rem;
margin: 0;
}
}
}
.focus-content,
@@ -660,12 +656,17 @@
}
.xp,
.money-wrapper {
flex: 0 0 6rem;
flex-direction: column;
flex: 100%;
flex-direction: row;
color: $black-light;
label {
padding: 0.25rem;
display: flex;
flex: calc(100% / 3);
padding: 0.5rem;
font-size: 0.85rem;
input {
margin-left: 0.5rem;
}
}
}
table {
@@ -721,6 +722,24 @@
}
}
}
.inventory {
.items-wrapper {
h3 {
background: $l5r5e-bold;
color: $white;
border-bottom: 1px solid;
font-family: $font-primary;
padding-left: 0.5rem;
}
.item-list {
display: none;
&.toggle-active {
display: block;
}
}
}
}
&.actor,
&.npc {
.initiative {