Make a unique ArmourSheet so that it can have a better UX for indicating protection locations

This commit is contained in:
Oliver-Akins 2025-07-20 21:35:27 -06:00
parent 2b88bcc2ef
commit 94942c8eab
9 changed files with 407 additions and 6 deletions

View file

@ -1,4 +1,4 @@
@layer resets, themes, elements, components, apps, exceptions;
@layer resets, themes, elements, partials, apps, exceptions;
/* Resets */
@import url("./resets/inputs.css") layer(resets);
@ -19,6 +19,9 @@
@import url("./elements/string-tags.css") layer(elements);
@import url("./elements/table.css") layer(elements);
/* Partials */
@import url("./partials/item-header.css") layer(partials);
/* Applications */
@import url("../Apps/apps.css") layer(apps);