mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 15:33:37 +02:00
Merged with v14-Dev
This commit is contained in:
commit
88be00567e
650 changed files with 6323 additions and 4508 deletions
35
styles/less/sheets/activeEffects/activeEffects.less
Normal file
35
styles/less/sheets/activeEffects/activeEffects.less
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
.application.sheet.daggerheart.dh-style.active-effect-config {
|
||||
.custom-duration-section {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
transition: height ease-in-out 0.3s;
|
||||
|
||||
&.visible {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.duration-description {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: height ease-in-out 0.3s;
|
||||
|
||||
&.visible {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.tab.changes {
|
||||
gap: 0;
|
||||
|
||||
header {
|
||||
div {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -42,3 +42,5 @@
|
|||
|
||||
@import './rollTables/sheet.less';
|
||||
@import './actions/actions.less';
|
||||
|
||||
@import './activeEffects/activeEffects.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue