mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Extended the capabilities of scene rangemeasurement settings
This commit is contained in:
parent
7055591a76
commit
7358041ec6
13 changed files with 168 additions and 21 deletions
|
|
@ -28,3 +28,5 @@
|
|||
|
||||
@import './sidebar/tabs.less';
|
||||
@import './sidebar/daggerheartMenu.less';
|
||||
|
||||
@import './scene-config/scene-config.less';
|
||||
|
|
|
|||
26
styles/less/ui/scene-config/scene-config.less
Normal file
26
styles/less/ui/scene-config/scene-config.less
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.application.sheet.scene-config {
|
||||
.sheet-tabs.tabs {
|
||||
a[data-tab='dh'] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
&.active {
|
||||
img {
|
||||
filter: @grey-filter drop-shadow(0 0 4px var(--color-shadow-primary));
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 18px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
filter: @grey-filter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.helper-text {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue