mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 00:13:39 +02:00
FEAT: add appTheme mixin on less files
This commit is contained in:
parent
cae659b9a5
commit
3d197a4b0d
8 changed files with 472 additions and 449 deletions
|
|
@ -1,13 +1,17 @@
|
|||
@import '../../utils/colors.less';
|
||||
@import '../../utils/fonts.less';
|
||||
|
||||
.application.sheet.daggerheart.actor.dh-style.environment {
|
||||
.theme-light & {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
.theme-dark & {
|
||||
.appTheme({
|
||||
&.environment {
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
}
|
||||
}, {
|
||||
&.environment {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
});
|
||||
|
||||
.application.sheet.daggerheart.actor.dh-style.environment {
|
||||
|
||||
.tab {
|
||||
max-height: 300px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue