FIX Responsive TakePOS action buttons
Nantes 2022
This commit is contained in:
parent
84e955cb61
commit
e36e8d15ae
@ -716,9 +716,12 @@ div#moreinfo, div#infowarehouse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.actionbutton {
|
button.actionbutton {
|
||||||
min-height: 60px;
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1045,4 +1048,4 @@ html {
|
|||||||
|
|
||||||
.topnav.overflow .arrows {
|
.topnav.overflow .arrows {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user