|
@@ -375,10 +375,9 @@ html, body {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
- height: rgba(210, 189, 132, 0.7);
|
|
|
height: v-bind('navBarHeight');
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
- border-top: solid 1px #D2BD84;
|
|
|
+ border-top: rgba(210, 189, 132, 0.7);
|
|
|
box-shadow: inset 0px 2px 2px 0px rgba(210,189,132,0.45), 0px -9px 24px 0px rgba(183,162,109,0.25);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -427,7 +426,7 @@ html, body {
|
|
|
>button.show-hide {
|
|
|
position: fixed;
|
|
|
right: 82px;
|
|
|
- bottom: 34px;
|
|
|
+ bottom: 28px;
|
|
|
width: 36px;
|
|
|
height: 36px;
|
|
|
background-size: cover;
|