Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Jan 31, 2024
1 parent 389caed commit 1dd9d60
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions client/src/curriculum/index.scss
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
.curriculum-content-container {
--background-toc-active: #fcefe2;
--category-color: #e3642a;
--cur-color: #fcefe2;
--cur-color-topic-standards: #d5f4f5;
--cur-color-topic-styling: #fff8d6;
--cur-color-topic-scripting: #eff5d5;
--cur-color-topic-tooling: #d5e4f5;
--cur-color-topic-practices: #f5dfd5;

.curriculum-content {
.modules {
input[type="radio"]:not(:checked) ~ ol {
display: none;
}
}

.module-list-item {
display: flex;
flex-direction: column;

> header {
align-items: center;
display: flex;
flex-direction: column;

.topic-icon {
height: 6rem;
width: 6rem;
}
}
}
}
}

0 comments on commit 1dd9d60

Please sign in to comment.