mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so enriched buttons are inline by default. Can be set to 'inline:true' to make them fit with the text better (#1068)
This commit is contained in:
parent
f76515eac1
commit
936c96a1be
5 changed files with 30 additions and 7 deletions
14
styles/less/global/enrichment.less
Normal file
14
styles/less/global/enrichment.less
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.measured-template-button,
|
||||
.enriched-damage-button,
|
||||
.duality-roll-button {
|
||||
display: inline;
|
||||
|
||||
&.inline {
|
||||
min-height: unset;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
@import './dialog.less';
|
||||
@import './chat.less';
|
||||
@import './elements.less';
|
||||
@import './enrichment.less';
|
||||
@import './tab-navigation.less';
|
||||
@import './tab-form-footer.less';
|
||||
@import './tab-actions.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue