mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Added small line-height to the experience name
This commit is contained in:
parent
832504c3cc
commit
4fa14fbdeb
3 changed files with 3 additions and 0 deletions
|
|
@ -348,6 +348,7 @@
|
|||
text-align: start;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -602,6 +602,7 @@
|
|||
.experience-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
width: 180px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
text-align: start;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue