Skip to content

Commit

Permalink
Changes additional colors to variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Aug 29, 2024
1 parent 2815a46 commit c7968ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/_survey.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.nps-feedback {
margin-top: 1em;
padding: 20px 10px;
background-color: #333;
color: #fff;
background-color: $gray-d1;
color: $white;
text-align: center;
font-size: $fs-large;
display: block;
Expand Down

0 comments on commit c7968ba

Please sign in to comment.