mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Also apply to companion sheet
This commit is contained in:
parent
d9caec72e1
commit
0a45b75df5
2 changed files with 8 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
.profile {
|
.profile {
|
||||||
height: 235px;
|
height: 235px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
mask-image: linear-gradient(0deg, transparent 0%, black 12%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.actor-name {
|
.actor-name {
|
||||||
|
|
@ -24,12 +24,14 @@
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
|
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
font-size: var(--font-size-24);
|
background-color: light-dark(@dark-15, @light-black);
|
||||||
height: 32px;
|
|
||||||
text-align: center;
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
font-size: var(--font-size-24);
|
||||||
|
height: 2rem;
|
||||||
|
text-align: center;
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
text-shadow: 1px 1px 2px light-dark(@soft-white-shadow, @light-black);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
outline: 2px solid light-dark(@dark, @golden);
|
outline: 2px solid light-dark(@dark, @golden);
|
||||||
|
|
|
||||||
|
|
@ -110,10 +110,10 @@
|
||||||
|
|
||||||
.item-name {
|
.item-name {
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
border: 1px solid transparent;
|
|
||||||
background-color: light-dark(@dark-15, @light-black);
|
background-color: light-dark(@dark-15, @light-black);
|
||||||
|
border: 1px solid transparent;
|
||||||
font-size: var(--font-size-32);
|
font-size: var(--font-size-32);
|
||||||
height: 42px;
|
height: 2.625rem;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
outline: 2px solid transparent;
|
outline: 2px solid transparent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue