mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Removed padding
This commit is contained in:
parent
200349be3b
commit
2d4fe779cb
4 changed files with 32 additions and 0 deletions
|
|
@ -149,6 +149,10 @@
|
|||
z-index: 2;
|
||||
color: @beige;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
background: transparent;
|
||||
font-size: 1.5rem;
|
||||
|
|
@ -243,6 +247,10 @@
|
|||
width: 80px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
|
|
|||
|
|
@ -167,6 +167,10 @@
|
|||
z-index: 2;
|
||||
color: @beige;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
background: transparent;
|
||||
font-size: 1.5rem;
|
||||
|
|
@ -277,6 +281,10 @@
|
|||
border-bottom: none;
|
||||
border-radius: 6px 6px 0 0;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
background: transparent;
|
||||
font-size: 1.2rem;
|
||||
|
|
@ -362,6 +370,10 @@
|
|||
background: light-dark(transparent, @dark-blue);
|
||||
z-index: 2;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
background: transparent;
|
||||
font-size: 1.2rem;
|
||||
|
|
|
|||
|
|
@ -66,6 +66,10 @@
|
|||
width: 80px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
|
@ -119,6 +123,10 @@
|
|||
z-index: 2;
|
||||
color: @beige;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type='number'] {
|
||||
background: transparent;
|
||||
font-size: 1.5rem;
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@
|
|||
width: 80px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue