Skip to content

Commit

Permalink
Use scss variables
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Aug 31, 2017
1 parent 0163c29 commit 6f7fcbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop/desktop.scss
Expand Up @@ -18,7 +18,7 @@
white-space: nowrap;

#search-term {
background-color: #f1f1f1;
background-color: $secondary;
height: 20px;
width: 73%;
margin-bottom: 0;
Expand All @@ -42,11 +42,11 @@
position: absolute;
top: 11px;
right: 27%;
color: #C1C1C1;
color: $primary;
}

.results {
background-color: #fff;
background-color: $secondary;
border-top: none;
box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.5);
width: 73%;
Expand Down

0 comments on commit 6f7fcbd

Please sign in to comment.