search fix

This commit is contained in:
Mo Bitar
2017-01-09 09:44:46 -06:00
parent 818f6aafe9
commit 24567cb87c
5 changed files with 9 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
$main-text-color: black;
$secondary-text-color: rgba($main-text-color, 0.8);
$bg-color: #e3e3e3;
$light-bg-color: #e9e9e9;
$selection-color: $bg-color;
$selected-text-color: black;
$blue-color: #086dd6;

View File

@@ -25,7 +25,7 @@
margin-top: 20px;
.filter-bar {
background-color: $bg-color;
background-color: $light-bg-color;
border-radius: 4px;
height: 100%;
color: #909090;
@@ -39,20 +39,6 @@
}
}
.notes-footer {
border-top: 1px solid $bg-color;
position: absolute;
bottom: 0px;
margin-top: 1px solid $bg-color;
width: 100%;
text-align: center;
padding: 10px;
> .new-button {
}
}
.note {
width: 100%;
padding: 15px;