Commit a31408faef757652a95993e9ebdbf452a5488340

Authored by Michel Felipe
1 parent 29bd5738

Added sass variable to search result green color

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
src/app/search/search.scss
  1 +$green-color: #6e9e7b;
  2 +
1 3 .search-results {
2 4 .summary {
3 5 color: #bbbbbb;
... ... @@ -13,10 +15,10 @@
13 15 }
14 16 .info {
15 17 .profile {
16   - color: #6e9e7b;
  18 + color: $green-color;
17 19 }
18 20 .time {
19   - color: #6e9e7b;
  21 + color: $green-color;
20 22 font-size: 12px;
21 23 }
22 24 .bullet-separator {
... ...