Merge pull request #59 from Foundryborne/feature/49-enhace-feature-sheet

Enhace feature sheet and apply new standard style to applications
This commit is contained in:
Murilo Brito 2025-05-26 12:42:35 -03:00 committed by GitHub
commit 307af1fd77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1074 additions and 128 deletions

24
styles/daggerheart.less Normal file → Executable file
View file

@ -11,6 +11,17 @@
@import './dialog.less';
@import '../node_modules/@yaireo/tagify/dist/tagify.css';
// new styles imports
@import './less/items/feature.less';
@import './less/utils/colors.less';
@import './less/utils/fonts.less';
@import './less/global/sheet.less';
@import './less/global/elements.less';
@import './less/global/tab-navigation.less';
@import './less/global/item-header.less';
#logo {
content: url(../assets/DaggerheartLogo.webp);
height: 50px;
@ -73,25 +84,12 @@
margin-left: @halfMargin;
}
&.active {
filter: drop-shadow(0 0 3px @mainShadow);
&.secondary {
filter: drop-shadow(0 0 3px @secondaryShadow);
}
}
&.disabled {
opacity: 0.6;
}
&:hover:not(.disabled) {
cursor: pointer;
filter: drop-shadow(0 0 3px @mainShadow);
&.secondary {
filter: drop-shadow(0 0 3px @secondaryShadow);
}
}
}