mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
Action Setting Dialog style
This commit is contained in:
parent
0add5f369e
commit
6c8a5e5c60
15 changed files with 302 additions and 224 deletions
|
|
@ -148,11 +148,28 @@
|
|||
.inline-child {
|
||||
flex: 1;
|
||||
}
|
||||
.checkbox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.list-w-img {
|
||||
padding: 5px;
|
||||
label {
|
||||
flex: 1;
|
||||
}
|
||||
img {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.fas.fa-trash {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
&.one-column {
|
||||
|
|
@ -161,6 +178,16 @@
|
|||
align-items: start;
|
||||
gap: 10px;
|
||||
min-height: 64px;
|
||||
flex: 1;
|
||||
> .one-column {
|
||||
width: 100%;
|
||||
}
|
||||
.nest-inputs {
|
||||
fieldset {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.two-columns {
|
||||
|
|
@ -196,6 +223,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&[disabled], select[disabled], input[disabled] {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.nest-inputs {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -211,6 +242,25 @@
|
|||
font-size: smaller;
|
||||
}
|
||||
}
|
||||
|
||||
&:has(.list-w-img) {
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
&:has(+ .fas.fa-trash) {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.fas.fa-trash {
|
||||
color: darkred;
|
||||
border-radius: 0 6px 6px 0;
|
||||
border-color: light-dark(#18162e, #f3c267);
|
||||
border-width: 2px;
|
||||
border-style: groove;
|
||||
border-left-width: 0;
|
||||
padding: 5px;
|
||||
margin-left: -7px;
|
||||
}
|
||||
}
|
||||
|
||||
.two-columns {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue