fix(mobile): Removes default button style for side menu

master
sovanna 2019-12-26 14:51:55 +01:00
parent a4c77f3872
commit 804e5fb712
1 changed files with 7 additions and 0 deletions

View File

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