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

pull/10684/head
Patrick O'Carroll 7 years ago committed by Torkel Ödegaard
parent 56c526fad3
commit ad893614e1
  1. 1
      public/sass/_variables.dark.scss
  2. 1
      public/sass/_variables.light.scss
  3. 2
      public/sass/components/_empty_list_cta.scss

@ -135,6 +135,7 @@ $list-item-bg: $card-background;
$list-item-hover-bg: lighten($gray-blue, 2%);
$list-item-link-color: $text-color;
$list-item-shadow: $card-shadow;
$empty-list-cta-bg: $gray-blue;
// Scrollbars
$scrollbarBackground: #404357;

@ -133,6 +133,7 @@ $list-item-bg: linear-gradient(135deg, $gray-5, $gray-6); //$card-background;
$list-item-hover-bg: darken($gray-5, 5%);
$list-item-link-color: $text-color;
$list-item-shadow: $card-shadow;
$empty-list-cta-bg: $gray-6;
// Tables
// -------------------------

@ -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;

Loading…
Cancel
Save