UI tweaks
This commit is contained in:
parent
e36d59a31e
commit
ee7ace057b
14
css/main.css
14
css/main.css
@ -740,23 +740,23 @@ ul {
|
||||
|
||||
#wallet_actions_wrapper {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
|
||||
gap: 0.3rem;
|
||||
margin-top: 1rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(4rem, 1fr));
|
||||
}
|
||||
|
||||
.wallet-action {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
background-color: rgba(var(--text-color), 0.03);
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
padding: 0.8rem 1rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.03em;
|
||||
padding: 0.8rem 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
}
|
||||
.wallet-action .icon {
|
||||
fill: var(--accent-color);
|
||||
margin-right: 0.3rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.cashier-status {
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -695,21 +695,21 @@ ul {
|
||||
}
|
||||
#wallet_actions_wrapper {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
|
||||
gap: 0.3rem;
|
||||
margin-top: 1rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(4rem, 1fr));
|
||||
}
|
||||
.wallet-action {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
background-color: rgba(var(--text-color), 0.03);
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
padding: 0.8rem 1rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.03em;
|
||||
padding: 0.8rem 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
.icon {
|
||||
fill: var(--accent-color);
|
||||
margin-right: 0.3rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.cashier-status {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user