enhance reload label style and update roll button container to match actions button footer style

This commit is contained in:
Murilo Brito 2026-07-12 15:18:53 -03:00
parent e63d19a2c4
commit f8ec7201ca
5 changed files with 37 additions and 7 deletions

View file

@ -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%;
}