Update styles for 0.8.x sheets
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -99,6 +99,13 @@
|
||||
</div>
|
||||
{{/each}}
|
||||
</fieldset>
|
||||
{{!-- Symbols Helpers --}}
|
||||
<p class="symbols-help">
|
||||
<i class="i_success"></i> {{localize 'l5r5e.chatdices.successes'}}
|
||||
| <i class="i_explosive"></i> {{localize 'l5r5e.chatdices.explosives'}}
|
||||
| <i class="i_opportunity"></i> {{localize 'l5r5e.chatdices.opportunities'}}
|
||||
| <i class="i_strife"></i> {{localize 'l5r5e.chatdices.strife'}}
|
||||
</p>
|
||||
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
|
||||
{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
|
||||
</button>
|
||||
@@ -127,11 +134,4 @@
|
||||
</table>
|
||||
{{/if}}
|
||||
</section>
|
||||
{{!-- Symbols Helpers --}}
|
||||
<p class="symbols-help">
|
||||
<i class="i_success"></i> {{localize 'l5r5e.chatdices.successes'}}
|
||||
| <i class="i_explosive"></i> {{localize 'l5r5e.chatdices.explosives'}}
|
||||
| <i class="i_opportunity"></i> {{localize 'l5r5e.chatdices.opportunities'}}
|
||||
| <i class="i_strife"></i> {{localize 'l5r5e.chatdices.strife'}}
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user