fix two little bugs in deh code
This commit is contained in:
parent
29cb561ac6
commit
9e3c2b356b
5
assets/less/modules/inputs.import.less
vendored
5
assets/less/modules/inputs.import.less
vendored
@ -56,14 +56,12 @@
|
|||||||
nav {
|
nav {
|
||||||
.border-radius(4px);
|
.border-radius(4px);
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 700px;
|
|
||||||
margin:30px auto;
|
margin:30px auto;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -80,6 +78,7 @@ li {
|
|||||||
.transition;
|
.transition;
|
||||||
background:rgba(0, 0, 0, 0.1);
|
background:rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-search {
|
.nav-search {
|
||||||
|
Loading…
Reference in New Issue
Block a user