mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
FEAT: add appTheme mixin on less files (#256)
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
This commit is contained in:
parent
cae659b9a5
commit
122621a57a
8 changed files with 472 additions and 449 deletions
|
|
@ -1,10 +1,17 @@
|
|||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
.theme-light & {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
.theme-dark & {
|
||||
|
||||
// Theme header backgrounds
|
||||
|
||||
.appTheme({
|
||||
&.companion {
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
}
|
||||
}, {
|
||||
&.companion {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
});
|
||||
|
||||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
|
||||
// .profile {
|
||||
// height: 80px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue