Add "Go to shop" in mobile view

This commit is contained in:
Raphael Michel
2017-07-06 17:36:01 +02:00
parent 21d432a3ca
commit 34d59c7741
2 changed files with 35 additions and 0 deletions

View File

@@ -332,3 +332,22 @@ body.loading #wrapper {
max-width: 80%;
}
}
.mobile-navbar-view-form {
float: right;
button {
position: relative;
margin-right: 15px;
padding: 6px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
}
.mobile-navbar-view-link {
padding: 6px 10px;
color: white !important;
}