Adjust conversation menu styles
This commit is contained in:
parent
070393170c
commit
d7436aaebe
2 changed files with 7 additions and 5 deletions
|
@ -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; }
|
||||
|
|
|
@ -37,7 +37,6 @@ body {
|
|||
position: relative;
|
||||
float: left;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
padding-left: 8px;
|
||||
|
||||
.hamburger {
|
||||
|
@ -52,12 +51,14 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border: solid 1px $blue;
|
||||
background-color: white;
|
||||
box-shadow: 0 4px 3px 0px rgba(darken($blue, 30%), 0.8);
|
||||
|
||||
li {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
padding: 5px;
|
||||
padding: 5px 15px 5px 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue