Skip to content

Commit

Permalink
Merge branch 'main' into k12-552/implement-accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Gill97 committed Dec 19, 2023
2 parents dea8eee + 7383078 commit 36e440f
Show file tree
Hide file tree
Showing 13 changed files with 304 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.

26 changes: 26 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 @@ -402,3 +414,17 @@ $arrow-svg: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16
transform: rotate(180deg);
}

// 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 36e440f

Please sign in to comment.