Skip to content

Commit

Permalink
Refactor to use basic theme settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkravets committed Sep 9, 2015
1 parent b272428 commit cc92880
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/assets/stylesheets/chr/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.header {
.link {
@include header-button($positiveColor);
@include position(absolute, 0 1em null null);
color : $positive-color;

&.open { right : 4em; }
}
Expand All @@ -13,23 +13,23 @@
// List header CSV button

.header {
.csv + .search { @include position(absolute, 0 40px null null); }
.csv + .search { right : 40px; }
.csv {
@extend .icon-base;
@include position(absolute, 0 0 null null);
display : block;
width : 40px;
height : 40px;

&:after {
content : 'csv';
width : 100%;
background : transparent;
text-align : center;
margin-top : -.7em;
color : $positiveColor;
color : $positive-color;
}
}
}


.list-search .header {
.csv + .search { @include position(absolute, 0 0 null 0); }
}
}

0 comments on commit cc92880

Please sign in to comment.