Refactored navigation
This commit is contained in:
parent
51f174b97f
commit
031ae7756e
9 changed files with 152 additions and 72 deletions
|
@ -74,7 +74,7 @@ header {
|
|||
font-size:24px;
|
||||
line-height:36px;
|
||||
font-weight:500;
|
||||
color:#567;
|
||||
color:$style_color;
|
||||
text-shadow: 0 1px 1px #FFF;
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,9 @@ header {
|
|||
float: right;
|
||||
margin-right:10px;
|
||||
.btn {
|
||||
margin-left:8px;
|
||||
margin-left:7px;
|
||||
background: #F1F1F1;
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -96,8 +98,8 @@ header {
|
|||
float: right;
|
||||
margin-right: 55px;
|
||||
|
||||
.search-input {
|
||||
width:130px;
|
||||
.search-input {
|
||||
@extend .span2;
|
||||
background-image: url("icon-search.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue