Custom reward action background and font-color updates (#10769)

* fixes custom reward action background and font-color

* update to -10
This commit is contained in:
Tressley Cahill
2018-10-19 11:01:02 -04:00
committed by Sabe Jones
parent 52fd6a1451
commit fe5beac91b
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@
&-control { &-control {
&-bg { &-bg {
background: rgba(255, 217, 160, 0.32) !important; background: rgba(255, 217, 160, 0.32) !important;
.small-text { color: $yellow-10 !important; } .small-text { color: $orange-10 !important; }
&:hover { background: rgba(255, 217, 160, 0.48) !important; } &:hover { background: rgba(255, 217, 160, 0.48) !important; }
} }

View File

@@ -113,7 +113,7 @@
.task { .task {
margin-bottom: 2px; margin-bottom: 2px;
box-shadow: 0 2px 2px 0 rgba($black, 0.16), 0 1px 4px 0 rgba($black, 0.12); box-shadow: 0 2px 2px 0 rgba($black, 0.16), 0 1px 4px 0 rgba($black, 0.12);
background: transparent; background: white;
border-radius: 2px; border-radius: 2px;
position: relative; position: relative;