Implement the Attribute sheet for editing
This commit is contained in:
parent
599789ec13
commit
e8c73de6bd
8 changed files with 242 additions and 0 deletions
|
|
@ -50,6 +50,17 @@
|
|||
--item-sheet-description-menu-background: var(--steel-700);
|
||||
--item-sheet-description-content-background: var(--steel-650);
|
||||
|
||||
/* Attribute Sheet Variables */
|
||||
--attribute-sheet-colour: var(--item-sheet-colour);
|
||||
--attribute-sheet-background: var(--item-sheet-background);
|
||||
--attribute-sheet-divider-colour: var(--item-sheet-divider);
|
||||
--attribute-sheet-hint-colour: var(--steel-250);
|
||||
--attribute-sheet-input-colour: var(--item-sheet-input-colour);
|
||||
--attribute-sheet-input-background: var(--item-sheet-input-background);
|
||||
--attribute-sheet-disabled-input-colour: var(--steel-350);
|
||||
--attribute-sheet-toggle-slider-enabled-colour: var(--item-sheet-toggle-slider-enabled-colour);
|
||||
--attribute-sheet-toggle-slider-disabled-colour: var(--item-sheet-toggle-slider-disabled-colour);
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-colour: #fff7ed;
|
||||
--chip-background: #2b3642;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue