-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add functional accordian for extended coc
- Loading branch information
1 parent
f0b943b
commit 44d54a5
Showing
8 changed files
with
126 additions
and
64 deletions.
There are no files selected for viewing
Binary file modified
BIN
+3.12 KB
(130%)
assets/.sass-cache/458a88471b7b2ee36ac0bdca6c07a08fe1279dec/_coc.scssc
Binary file not shown.
Binary file modified
BIN
+1.25 KB
(110%)
assets/.sass-cache/a0214200e36296dac719de09dc6a17171c9e55a6/_page-reset.scssc
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,12 @@ button { | |
} | ||
} | ||
} | ||
|
||
|
||
footer { | ||
background: $teal; | ||
padding: 20px; | ||
a { | ||
color: white; | ||
} | ||
} |
Oops, something went wrong.