|
|
|
@ -147,7 +147,6 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
padding-left: 8px; }
|
|
|
|
|
.menu .hamburger {
|
|
|
|
|
width: 36px;
|
|
|
|
@ -159,12 +158,14 @@ body {
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: solid 1px #2a92e7; }
|
|
|
|
|
border: solid 1px #2a92e7;
|
|
|
|
|
background-color: white;
|
|
|
|
|
box-shadow: 0 4px 3px 0px rgba(12, 65, 108, 0.8); }
|
|
|
|
|
.menu .menu-list li {
|
|
|
|
|
display: block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
padding: 5px; }
|
|
|
|
|
padding: 5px 15px 5px 10px; }
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|