-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance(curriculum): improve design (#11064)
* enhance(curriculum): add margin above "Resources:" * enhance(curriculum): use grey border on module hover * enhance(curriculum): update notes background-color in dark theme * enhance(curriculum): use same padding around notes * enhance(curriculum): adjust ul/ol/p spacing in notes * enhance(curricullum): reduce margin below list * chore(curriculum): update background color * chore(curriculum): use bg color from label bg * chore(curriculum): sync notes hue with bg-color * fixup! chore(curriculum): use bg color from label bg * fix(curriculum): revert --curiculum-bg-color in light theme
- Loading branch information
Showing
3 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
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,6 +53,7 @@ | |
|
||
p.curriculum-resources { | ||
margin-bottom: 0.5rem; | ||
margin-top: 2rem; | ||
|
||
+ ul { | ||
padding-left: 2rem; | ||
|
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