created cta-bg variable and changed bg color on light theme (#10693)

This commit is contained in:
Patrick O'Carroll
2018-01-31 14:14:11 +01:00
committed by Torkel Ödegaard
parent 56c526fad3
commit ad893614e1
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
.empty-list-cta {
background-color: $search-filter-box-bg;
background-color: $empty-list-cta-bg;
text-align: center;
padding: $spacer*2;
border-radius: $border-radius;