refactor styles folder

This commit is contained in:
moliloo 2025-07-08 19:28:39 -03:00
parent 87b3677956
commit e6e3d7c21d
78 changed files with 4208 additions and 8824 deletions

View file

@ -0,0 +1,12 @@
@import '../../../utils/mixin.less';
// Theme header backgrounds
.appTheme({
&.companion {
background-image: url('../assets/parchments/dh-parchment-dark.png');
}
}, {
&.companion {
background: url('../assets/parchments/dh-parchment-light.png');
}
});