forked from M-Labs/web2019
fix(mobile): Removes default button style for side menu
This commit is contained in:
parent
a4c77f3872
commit
804e5fb712
|
@ -192,6 +192,13 @@
|
|||
margin-left: -1.3rem;
|
||||
}
|
||||
|
||||
#root-shop .mobileBtnDisplaySideMenu button,
|
||||
#root-shop .mobileCloseMenu button {
|
||||
-webkit-appearance: none;
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#root-shop table tfoot > tr {
|
||||
display: flex !important;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue