Skip to content

Commit

Permalink
fix: style schedule-gen sidebar background and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq authored and Andrew J Xu committed Mar 5, 2024
1 parent fd7b511 commit bc4cc53
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="requirementheader">
<div class="generatorheader">
<h1 class="top header-title">Semester Schedule Builder</h1>
<div class="semester">
<button class="semester-title-button semester-title full-opacity-on-hover" :disabled="true">
Expand Down Expand Up @@ -62,6 +62,12 @@ export default defineComponent({
<style scoped lang="scss">
@import '@/assets/scss/_variables.scss';
.generatorheader {
width: 25rem;
background-color: $white;
padding: 1.625rem 1.5rem;
}
/*
NOTE: There is a fair amount of overlap between the styles here and the styles in
@/components/Requirements/RequirementHeader.vue.
Expand Down

0 comments on commit bc4cc53

Please sign in to comment.