Get the base favourite mechanism working so the items are visible on the skills card
This commit is contained in:
parent
7d39c487dc
commit
c495f45015
14 changed files with 165 additions and 27 deletions
|
|
@ -1,8 +1,9 @@
|
|||
.ripcrypt--AmmoTracker.ripcrypt--AmmoTracker {
|
||||
color: var(--popover-text);
|
||||
background: var(--popover-background);
|
||||
padding: 4px 8px;
|
||||
padding: 4px;
|
||||
|
||||
--row-gap: 4px;
|
||||
--button-text: var(--header-text);
|
||||
--button-background: var(--header-background);
|
||||
|
||||
|
|
@ -11,11 +12,20 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
&:nth-child(even) {
|
||||
color: var(--popover-alt-row-text);
|
||||
background: var(--popover-alt-row-background);
|
||||
--button-text: unset;
|
||||
--button-background: unset;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: var(--row-gap);
|
||||
|
||||
> li {
|
||||
padding: 4px 8px;
|
||||
border-radius: 999px;
|
||||
|
||||
&:nth-child(even) {
|
||||
color: var(--popover-alt-row-text);
|
||||
background: var(--popover-alt-row-background);
|
||||
--button-text: unset;
|
||||
--button-background: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue