Skip to content

Commit

Permalink
Merge pull request #137 from openstax/k12-579/Implement-student-refle…
Browse files Browse the repository at this point in the history
…ction-boxes

Add student-reflection and utility styles
  • Loading branch information
MReyna12 authored Dec 19, 2023
2 parents d8480d5 + 4125851 commit 7383078
Show file tree
Hide file tree
Showing 13 changed files with 305 additions and 61 deletions.
Binary file added docs/static/alignitemscenter.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 added docs/static/justifycontentbetween.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 added docs/static/justifycontentcenter.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 added docs/static/justifycontentevenly.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 added docs/static/osraisedflex.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 added docs/static/osraisedflexnowrap.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 added docs/static/osraisegap.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 added docs/static/osraisegap1.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 added docs/static/osraisegap2.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 added 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 added 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.
339 changes: 278 additions & 61 deletions docs/styles.md

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,18 @@ table.os-raise-horizontaltable {
row-gap: 5rem;
}

.os-raise-d-flex-nowrap {
display: flex;
}

.os-raise-gap-1 {
gap: 1rem;
}

.os-raise-gap-2 {
gap: 2rem;
}

.os-raise-align-items-center {
align-items: center;
}
Expand Down Expand Up @@ -335,4 +347,19 @@ table.os-raise-horizontaltable {
.os-raise-extrasupport a {
color: #0A3E5B;
text-decoration: underline;
}

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

.os-raise-student-reflection .os-raise-student-reflection-title {
color: $os-dark-green;
font-weight: 700;
font-size: 1.25rem;
}

0 comments on commit 7383078

Please sign in to comment.