mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Fixed lightmode colouration
This commit is contained in:
parent
a6931b5b89
commit
845ce6f39a
2 changed files with 1 additions and 11 deletions
|
|
@ -154,16 +154,6 @@
|
||||||
input {
|
input {
|
||||||
min-width: 2.5rem;
|
min-width: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
input {
|
|
||||||
min-width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
.looping-container {
|
.looping-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid light-dark(white, white);
|
border: 1px solid light-dark(@dark-blue, white);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue