mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
enhance reload label style and update roll button container to match actions button footer style
This commit is contained in:
parent
e63d19a2c4
commit
f8ec7201ca
5 changed files with 37 additions and 7 deletions
|
|
@ -131,6 +131,11 @@
|
|||
height: 40px;
|
||||
flex: 1 1 calc(50% - 5px);
|
||||
|
||||
span {
|
||||
font-family: @font-body;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
&:nth-last-child(1):nth-child(odd) {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,9 +46,14 @@
|
|||
padding: 0 8px;
|
||||
|
||||
button {
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
flex: 1 1 calc(50% - 5px);
|
||||
|
||||
span {
|
||||
font-family: @font-body;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
&:nth-last-child(1):nth-child(odd) {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -277,6 +277,20 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
|
||||
.reload-warning {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
width: fit-content;
|
||||
gap: 5px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
transition: all 0.3s ease;
|
||||
color: @beige;
|
||||
background: @red-40;
|
||||
outline: 1px solid @red;
|
||||
}
|
||||
}
|
||||
|
||||
.roll-part-extra {
|
||||
|
|
@ -630,15 +644,19 @@
|
|||
|
||||
.roll-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
margin-top: 8px;
|
||||
|
||||
button {
|
||||
height: 32px;
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
flex: 1 1 calc(50% - 5px);
|
||||
font-family: @font-body;
|
||||
font-weight: 700;
|
||||
|
||||
&.end-button {
|
||||
flex: 0;
|
||||
&:nth-last-child(1):nth-child(odd) {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue