Skip to content

Commit

Permalink
[FIX] use search-button variable also in header top (Podio bug_26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Sep 15, 2016
1 parent c2e7267 commit 4941517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
._header-top-search-btn .main-navigation__search-btn:before {
width: 14px;
height: 14px;
border: 2px solid @main-color;//@header-top-color;
border: 2px solid @nav-search-btn-color;//@header-top-color;
margin-top: -8px;
margin-left: -8px;
}
Expand All @@ -374,14 +374,14 @@
width: 6px;
margin-top: 5px;
margin-left: 3px;
background: @main-color;//@header-top-color;
background: @nav-search-btn-color;//@header-top-color;
}
._header-top-search-btn .main-navigation__search-btn span:before,
._header-top-search-btn .main-navigation__search-btn span:after {
height: 2px;
width: 20px;
// margin-top: -2px;
background: @main-color;//@header-top-color;
background: @nav-search-btn-color;//@header-top-color;
}

._header-top-search-btn.main-navigation__search-box {
Expand Down Expand Up @@ -780,7 +780,7 @@
position: absolute;
height: 38px;
width: 38px;
border: 2px solid fade(@main-color, 40%);
border: 2px solid fade(@nav-search-btn-color, 40%);
border-radius: 50%;
top: 50%;
left: 50%;
Expand Down

0 comments on commit 4941517

Please sign in to comment.