consolidate some parts of the navbar
This commit is contained in:
parent
c4e9fa35d2
commit
85b1b3ef2d
1 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
|||
nav {
|
||||
nav, .navbar-link:hover, .pagename {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
color: #fff;
|
||||
height: 1.5em;
|
||||
padding: .7em 0 .95em;
|
||||
outline: 0;
|
||||
|
@ -20,11 +21,7 @@ nav {
|
|||
padding-right: 1em;
|
||||
color: #aaa;
|
||||
top: -1px;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
button.btn.close.small-btn {
|
||||
|
@ -43,10 +40,8 @@ button.btn.close.small-btn {
|
|||
}
|
||||
|
||||
.pagename {
|
||||
color: #fff;
|
||||
font-size: 22px;
|
||||
top: 1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.navbar input, .navbar .btn {
|
||||
|
|
Loading…
Add table
Reference in a new issue