mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
21 lines
504 B
Text
21 lines
504 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/mixin.less';
|
|
|
|
.appTheme({
|
|
&.beastform-selection {
|
|
.beastforms-container .beastforms-tier .beastform-container .beastform-title {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
}
|
|
}, {});
|
|
|
|
.application.daggerheart.dh-style.views.beastform-selection {
|
|
footer {
|
|
margin-top: 8px;
|
|
display: flex;
|
|
|
|
button {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|