Skip to content

Commit

Permalink
add functional accordian for extended coc
Browse files Browse the repository at this point in the history
  • Loading branch information
gracielundell committed Jan 6, 2019
1 parent f0b943b commit 44d54a5
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 64 deletions.
Binary file not shown.
Binary file not shown.
67 changes: 42 additions & 25 deletions assets/css/master.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/master.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions assets/scss/page_sections/_coc.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.container--coc {
margin-bottom: 40px;
h1 {
-webkit-text-stroke: 2px $teal;
color: white;
Expand All @@ -12,6 +13,11 @@
h3 {
font-style: italic;
}
h5 {
width: 80%;
margin: 2vh auto 4vh;
line-height: 1.5em;
}
.row {
.col {
img {
Expand All @@ -31,15 +37,26 @@
h2 {
margin: 0;
padding-right: 1em;
color: $teal;
}
p {
margin-top: 0;
}
}
ul {
margin: 0 2em;
li {
list-style-type: circle;
.collapsible {
.collapsible-body {
b {
font-size: 1.2em;
}
p {
margin-bottom: 20px;
}
}
ul {
margin: 0 2em;
li {
list-style-type: circle;
}
}
}
}
9 changes: 9 additions & 0 deletions assets/scss/page_setup/_page-reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ button {
}
}
}


footer {
background: $teal;
padding: 20px;
a {
color: white;
}
}
Loading

0 comments on commit 44d54a5

Please sign in to comment.