diff --git a/site/src/assets/styles/colors.css b/site/src/assets/styles/colors.css index 8a7ec41f..5cd25e3b 100644 --- a/site/src/assets/styles/colors.css +++ b/site/src/assets/styles/colors.css @@ -54,6 +54,12 @@ --not-taken-course: #dc3545; --overlay-background: #f8f9fa; + /* Used for unofficial schedule warning */ + --warning-font-size: 1.7rem; + --warning-border-style: solid; + --warning-border-width: 1px; + --warning-color: #f11; + /* Calendar colors -- used to distinguish classes */ --num-calendar-colors: 7; diff --git a/site/src/assets/styles/global.css b/site/src/assets/styles/global.css index 273d0ada..86336548 100644 --- a/site/src/assets/styles/global.css +++ b/site/src/assets/styles/global.css @@ -121,3 +121,15 @@ body { .list-group-item { background: var(--list-group-item-background); } + +.unofficial-schedule-warning { + text-align: center; + padding-top: 0.5rem; + margin-left: 1rem; + margin-right: 1rem; + padding-bottom: 1rem; + font-size: var(--warning-font-size); + border-style: var(--warning-border-style); + border-width: var(--warning-border-width); + color: var(--warning-color); +} diff --git a/site/src/components/UnofficialScheduleWarning.vue b/site/src/components/UnofficialScheduleWarning.vue index d5490e85..f243ca39 100644 --- a/site/src/components/UnofficialScheduleWarning.vue +++ b/site/src/components/UnofficialScheduleWarning.vue @@ -2,19 +2,7 @@
-
+
QuACS is currently based off of incomplete data for this semester.
It is still largely a copy/paste of last year's schedule, and is heavily subject to change.