mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
fix elements style from features descriptions (#510)
This commit is contained in:
parent
32c35d3213
commit
ba1e7b7b25
5 changed files with 73 additions and 37 deletions
|
|
@ -347,7 +347,10 @@
|
|||
width: 100%;
|
||||
|
||||
button {
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
font-family: @font-body;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
.name-row {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
align-items: end;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
padding-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue