Skip to content

Commit

Permalink
Custom reward action background and font-color updates (#10769)
Browse files Browse the repository at this point in the history
* fixes custom reward action background and font-color

* update to -10
  • Loading branch information
Tressley authored and SabreCat committed Oct 19, 2018
1 parent 52fd6a1 commit fe5beac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/client/assets/scss/task.scss
Expand Up @@ -243,7 +243,7 @@
&-control {
&-bg {
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; }
}
Expand Down
2 changes: 1 addition & 1 deletion website/client/components/tasks/task.vue
Expand Up @@ -113,7 +113,7 @@
.task {
margin-bottom: 2px;
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;
position: relative;
Expand Down

0 comments on commit fe5beac

Please sign in to comment.