Skip to content

Commit

Permalink
Merge pull request #139 from openstax/k12-583/update-reflection-styles
Browse files Browse the repository at this point in the history
Update reflection border and background color
  • Loading branch information
P-Gill97 authored Jan 5, 2024
2 parents 49b339d + 94c8257 commit c2ba594
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified docs/static/studentreflectionbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/studentreflectionboxbc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,9 @@ $arrow-svg: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16

// Student Reflection Styles
.os-raise-student-reflection {
border: .0625rem solid $raise-graybox;
border-top: solid $os-dark-green;
border: .0625rem solid #CEDEDC;
border-radius: .5rem;
background-color: $raise-graybox;
background-color: #F3F7F6;
padding: .75rem;
}

Expand Down

0 comments on commit c2ba594

Please sign in to comment.