Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks
This commit is contained in:
parent
5c5a1a8b56
commit
eadaa53c75
32 changed files with 314 additions and 35 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</label>
|
||||
<button
|
||||
type="button"
|
||||
class="equal-padding"
|
||||
class="icon"
|
||||
data-decrement="system.supplies"
|
||||
aria-label="Decrease supply count by one"
|
||||
>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
>
|
||||
<button
|
||||
type="button"
|
||||
class="equal-padding"
|
||||
class="icon"
|
||||
data-increment="system.supplies"
|
||||
aria-label="Increase supply count by one"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue