mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
fix small style details in action config application
This commit is contained in:
parent
0f87b389e3
commit
93a61b4d41
7 changed files with 60 additions and 54 deletions
|
|
@ -89,11 +89,18 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
& option {
|
||||
& option,
|
||||
& optgroup {
|
||||
color: @beige;
|
||||
background-color: @dark-blue;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.6;
|
||||
outline: 2px solid transparent;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
@ -160,17 +167,6 @@
|
|||
height: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.fas.fa-trash {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
&.one-column {
|
||||
display: flex;
|
||||
|
|
@ -182,12 +178,6 @@
|
|||
> .one-column {
|
||||
width: 100%;
|
||||
}
|
||||
.nest-inputs {
|
||||
fieldset {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.two-columns {
|
||||
|
|
@ -223,8 +213,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&[disabled], select[disabled], input[disabled] {
|
||||
opacity: .5;
|
||||
&[disabled],
|
||||
select[disabled],
|
||||
input[disabled] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.nest-inputs {
|
||||
|
|
@ -232,6 +224,18 @@
|
|||
align-items: center;
|
||||
width: 100%;
|
||||
gap: 5px;
|
||||
|
||||
.btn {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.image {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
object-fit: cover;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -241,26 +245,20 @@
|
|||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
&.checkbox {
|
||||
width: fit-content;
|
||||
|
||||
.form-fields {
|
||||
height: 32px;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&: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 {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
flex-direction: column;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.card-list {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
.tab-form-footer {
|
||||
display: flex;
|
||||
padding: 0 10px;
|
||||
position: relative;
|
||||
bottom: -32px;
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue