Revised the toolbar layout so that it looks better with only one toolbar button on the mobile devices.
This commit is contained in:
parent
ccbdc779ac
commit
b376cf1580
@ -72,14 +72,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width:767px) {
|
@media(max-width:767px) {
|
||||||
.accounting-toolbar {
|
|
||||||
width: 100%;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
}
|
|
||||||
.accounting-toolbar > .btn:not(form), .accounting-toolbar > .btn-group > .btn {
|
.accounting-toolbar > .btn:not(form), .accounting-toolbar > .btn-group > .btn {
|
||||||
height: 3.2rem;
|
height: 3.2rem;
|
||||||
width: 3.2rem;
|
width: 3.2rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
.accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn {
|
.accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn {
|
||||||
padding-top: 0.7rem;
|
padding-top: 0.7rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user