[Search] Load more button style

Styled the load more button to match
the general theme.
This commit is contained in:
shale
2015-07-22 15:15:50 -07:00
parent d82538a799
commit 1dbe039be8
3 changed files with 23 additions and 15 deletions

View File

@@ -22,8 +22,7 @@
.search-holder {
$iconWidth: 20px;
//$iconheight: 17px;
$leftMargin: 8px;
$leftMargin: 6px;
.searchbar {
width: 100%;
@@ -41,7 +40,6 @@
padding-bottom: 1px;
.label {
//position: absolute;
left: 15px;
margin-left: $leftMargin;
@@ -70,7 +68,13 @@
}
.load-more-button {
width: 100%;
margin-top: 5px;
position: relative;
left: 25%;
height: 20px;
line-height: 11px;
font-size: 0.7em;
}
}