Tweak menu styles
This commit is contained in:
parent
d20e23402d
commit
7e3961891b
2 changed files with 18 additions and 5 deletions
|
@ -90,9 +90,18 @@ button.back {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 5px 15px 5px 10px;
|
|
||||||
|
a {
|
||||||
|
cursor: pointer;
|
||||||
|
display: block;
|
||||||
|
padding: 5px 15px 5px 10px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $grey_l;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,9 +91,13 @@ button.back {
|
||||||
box-shadow: 0 4px 3px 0px rgba(12, 65, 108, 0.8); }
|
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;
|
white-space: nowrap; }
|
||||||
white-space: nowrap;
|
.menu .menu-list li a {
|
||||||
padding: 5px 15px 5px 10px; }
|
cursor: pointer;
|
||||||
|
display: block;
|
||||||
|
padding: 5px 15px 5px 10px; }
|
||||||
|
.menu .menu-list li a:hover {
|
||||||
|
background-color: #f3f3f3; }
|
||||||
|
|
||||||
.file-input {
|
.file-input {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue