Skip to content
Snippets Groups Projects
Commit c204752e authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Define module-date-color variable

parent 235f6102
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@
@extend .card-body;
.module-date {
@extend .label, .label-purple, .fw-700;
@extend .label, .fw-700;
background-color: $module-date-color;
}
span.module-date {
......
......@@ -17,5 +17,6 @@ $media-queries: (
// Components
$box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
$module-date-color: $link-color;
$schedule-day-min-width: 9rem;
$staffer-image-size: 80px;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment