created reusable text component, and setup typing for it automatically. also fixed bugs with autoload and scraper so that it would handle appending course name headers

This commit is contained in:
Sriram Hariharan
2023-03-05 17:34:56 -06:00
parent 0956525e94
commit 6147289b40
14 changed files with 161 additions and 48 deletions

View File

@@ -3,9 +3,9 @@
$spinner-border-width: 10px;
.spinner {
border: 1px solid $CHARCOAL;
border: 1px solid $charcoal;
border-width: $spinner-border-width;
border-top: $spinner-border-width solid $TANGERINE;
border-top: $spinner-border-width solid $tangerine;
margin: 0 auto 15px auto;
border-radius: 50%;
width: 60px;