mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
12 lines
318 B
Text
12 lines
318 B
Text
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.daggerheart.dh-style {
|
|
.tab.active.description {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: -webkit-fill-available !important;
|
|
overflow-y: hidden !important;
|
|
padding: 10px 20px 0 20px;
|
|
}
|
|
}
|