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 .search-results { 3 .search-results {
2 .summary { 4 .summary {
3 color: #bbbbbb; 5 color: #bbbbbb;
@@ -13,10 +15,10 @@ @@ -13,10 +15,10 @@
13 } 15 }
14 .info { 16 .info {
15 .profile { 17 .profile {
16 - color: #6e9e7b; 18 + color: $green-color;
17 } 19 }
18 .time { 20 .time {
19 - color: #6e9e7b; 21 + color: $green-color;
20 font-size: 12px; 22 font-size: 12px;
21 } 23 }
22 .bullet-separator { 24 .bullet-separator {