UI tweaks

This commit is contained in:
sairaj mote 2022-05-11 00:31:42 +05:30
parent e36d59a31e
commit ee7ace057b
3 changed files with 15 additions and 15 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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 {