commit
e3912edc45
31
assets/less/modules/inputs.import.less
vendored
31
assets/less/modules/inputs.import.less
vendored
@ -56,29 +56,28 @@
|
|||||||
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;
|
|
||||||
font-weight: 600;
|
|
||||||
display:inline-block;
|
|
||||||
|
|
||||||
& > a, a:visited {
|
|
||||||
.transition;
|
|
||||||
padding: 15px;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
text-decoration: none;
|
font-weight: 600;
|
||||||
}
|
display:inline-block;
|
||||||
|
|
||||||
& > a:hover {
|
& > a, a:visited {
|
||||||
.transition;
|
.transition;
|
||||||
background:rgba(0, 0, 0, 0.1);
|
padding: 15px;
|
||||||
|
color:#fff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > a:hover {
|
||||||
|
.transition;
|
||||||
|
background:rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user