mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 19:39:54 +02:00
Styling pass for scrollbars, fieldsets, and scroll shadows
This commit is contained in:
parent
cc16a726bf
commit
80b5cda9ba
33 changed files with 203 additions and 111 deletions
|
|
@ -283,6 +283,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Styles for the non-compact version so that the hover looks nicer.
|
||||
* Because of overflow, it is best if the containing element has some top and left padding.
|
||||
*/
|
||||
.inventory-item:not(.inventory-item-compact) {
|
||||
.inventory-item-header {
|
||||
padding-top: 3px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
> * {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-item {
|
||||
position: relative;
|
||||
height: 120px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue