mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
229 - Narrative Countdown Window Update (#237)
* Improved * Fixed the mode not sticking * Removed console log
This commit is contained in:
parent
ac7fb93635
commit
a79b7189b6
16 changed files with 258 additions and 187 deletions
|
|
@ -15,13 +15,15 @@ fieldset.daggerheart.chat {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
&:before, &:after {
|
||||
&:before,
|
||||
&:after {
|
||||
content: '\f0d8';
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
}
|
||||
}
|
||||
&.expanded {
|
||||
legend:before, legend:after {
|
||||
legend:before,
|
||||
legend:after {
|
||||
content: '\f0d7';
|
||||
}
|
||||
}
|
||||
|
|
@ -229,20 +231,20 @@ fieldset.daggerheart.chat {
|
|||
.target-selection {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
input[type="radio"] {
|
||||
input[type='radio'] {
|
||||
display: none;
|
||||
&:checked + label {
|
||||
text-shadow: 0px 0px 4px #CE5937;
|
||||
text-shadow: 0px 0px 4px #ce5937;
|
||||
}
|
||||
&:not(:checked) + label {
|
||||
opacity: .75;
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
label {
|
||||
cursor: pointer;
|
||||
opacity: .75;
|
||||
opacity: 0.75;
|
||||
&.target-selected {
|
||||
text-shadow: 0px 0px 4px #CE5937;
|
||||
text-shadow: 0px 0px 4px #ce5937;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
@ -273,7 +275,8 @@ fieldset.daggerheart.chat {
|
|||
background: @miss;
|
||||
}
|
||||
|
||||
img, .target-save-container {
|
||||
img,
|
||||
.target-save-container {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
align-self: center;
|
||||
|
|
@ -401,7 +404,7 @@ fieldset.daggerheart.chat {
|
|||
display: none;
|
||||
}
|
||||
&::after {
|
||||
content: "??";
|
||||
content: '??';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -414,7 +417,8 @@ fieldset.daggerheart.chat {
|
|||
border-top-width: 0;
|
||||
display: contents;
|
||||
legend {
|
||||
&:before, &:after {
|
||||
&:before,
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue