mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Remove white border around level input in character sheet
This commit is contained in:
parent
94852cec21
commit
2fa5abd1fa
1 changed files with 10 additions and 2 deletions
|
|
@ -25,13 +25,19 @@
|
|||
|
||||
.name-row {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
gap: 6px;
|
||||
align-items: start;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
padding-top: 5px;
|
||||
flex: 1;
|
||||
|
||||
[contenteditable],
|
||||
input {
|
||||
border: 1px solid @soft-shadow;
|
||||
background-color: light-dark(@dark-15, @dark-blue);
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
|
|
@ -57,14 +63,16 @@
|
|||
|
||||
.label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
input {
|
||||
border: none;
|
||||
width: 40px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.level-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue