RC-68 | Sheet Setup
This commit is contained in:
parent
a792ee40dd
commit
26025b2de3
17 changed files with 157 additions and 14 deletions
|
|
@ -182,13 +182,14 @@
|
|||
{{#if @root.meta.editable}}
|
||||
<button
|
||||
type="button"
|
||||
class="roll"
|
||||
class="roll icon"
|
||||
data-action="roll"
|
||||
data-formula="{{ability.value}}d8rc4"
|
||||
data-flavor="{{ability.name}} Roll (Difficulty: 4)"
|
||||
>
|
||||
<rc-icon
|
||||
var:size="20px"
|
||||
var:fill="currentColor"
|
||||
name="icons/roll"
|
||||
></rc-icon>
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -8,15 +8,16 @@
|
|||
grid-template-rows: repeat(15, minmax(0, 1fr));
|
||||
column-gap: var(--col-gap);
|
||||
|
||||
background: white;
|
||||
color: black;
|
||||
background: var(--base-background);
|
||||
color: var(--base-text);
|
||||
|
||||
.col-header {
|
||||
background: black;
|
||||
color: white;
|
||||
background: var(--section-header-background);
|
||||
color: var(--section-header-text);
|
||||
}
|
||||
.row-alt {
|
||||
background: rgba(0,0,0, 0.3);
|
||||
background: var(--alt-row-background);
|
||||
color: var(--alt-row-text);
|
||||
}
|
||||
|
||||
label, .label {
|
||||
|
|
@ -132,7 +133,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 2px solid black;
|
||||
border: 2px solid var(--accent-1);
|
||||
border-radius: 50%;
|
||||
font-size: 1.5rem;
|
||||
position: relative;
|
||||
|
|
@ -161,7 +162,7 @@
|
|||
content: "";
|
||||
width: 69%;
|
||||
height: 2px;
|
||||
background: black;
|
||||
background: var(--accent-1);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue