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;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 36px;
|
|
||||||
padding-left: 8px; }
|
padding-left: 8px; }
|
||||||
.menu .hamburger {
|
.menu .hamburger {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
|
@ -159,12 +158,14 @@ body {
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 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 {
|
.menu .menu-list li {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 5px; }
|
padding: 5px 15px 5px 10px; }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
|
@ -37,7 +37,6 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 36px;
|
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
|
||||||
.hamburger {
|
.hamburger {
|
||||||
|
@ -52,12 +51,14 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: solid 1px $blue;
|
border: solid 1px $blue;
|
||||||
|
background-color: white;
|
||||||
|
box-shadow: 0 4px 3px 0px rgba(darken($blue, 30%), 0.8);
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 5px;
|
padding: 5px 15px 5px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue