mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix some css & resources select (#277)
This commit is contained in:
parent
608920c193
commit
51b7cdeefb
4 changed files with 46 additions and 40 deletions
|
|
@ -236,6 +236,10 @@
|
|||
border-radius: 6px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
> .checkbox {
|
||||
align-self: end;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -248,7 +252,8 @@
|
|||
|
||||
&.checkbox {
|
||||
width: fit-content;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.form-fields {
|
||||
height: 32px;
|
||||
align-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue