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
|
|
@ -29,6 +29,7 @@
|
|||
/* height: 270px; */
|
||||
width: 680px;
|
||||
--col-gap: 2px;
|
||||
--row-gap: 4px;
|
||||
}
|
||||
|
||||
label, input, select {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
.ripcrypt:where(.popover.frameless, .hud) button,
|
||||
.ripcrypt > .window-content button {
|
||||
all: revert;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
outline: none;
|
||||
border: none;
|
||||
padding: 2px 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue