mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added the display
This commit is contained in:
parent
01dd5ced94
commit
4954e41b02
13 changed files with 125 additions and 43 deletions
|
|
@ -19,13 +19,14 @@
|
|||
width: 300px;
|
||||
pointer-events: all;
|
||||
align-self: flex-end;
|
||||
transition: 0.3s right ease-in-out;
|
||||
|
||||
.window-title {
|
||||
font-family: @font-body;
|
||||
}
|
||||
|
||||
&.effects-present {
|
||||
right: 180px;
|
||||
right: 84px;
|
||||
}
|
||||
|
||||
&.icon-only {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.daggerheart.dh-style.effects-display {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 68px;
|
||||
max-height: 300px;
|
||||
overflow: hidden;
|
||||
|
|
@ -16,7 +17,10 @@
|
|||
gap: 8px;
|
||||
|
||||
.effect-container {
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,12 +4,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
#interface #ui-right #sidebar {
|
||||
menu li button {
|
||||
img {
|
||||
width: 22px;
|
||||
max-width: unset;
|
||||
filter: @beige-filter;
|
||||
#interface #ui-right {
|
||||
#ui-right-column-1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
menu li button {
|
||||
img {
|
||||
width: 22px;
|
||||
max-width: unset;
|
||||
filter: @beige-filter;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
@import './tooltip/tooltip.less';
|
||||
@import './tooltip/bordered-tooltip.less';
|
||||
@import './autocomplete/autocomplete.less';
|
||||
|
|
|
|||
19
styles/less/ux/tooltip/bordered-tooltip.less
Normal file
19
styles/less/ux/tooltip/bordered-tooltip.less
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#tooltip.bordered-tooltip {
|
||||
width: 320px;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
|
||||
.daggerheart.dh-style.tooltip {
|
||||
color: @beige;
|
||||
|
||||
.tooltip-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
|
||||
.helper {
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue