UNCLASSIFIED

Commit 34367861 authored by Keith Becker's avatar Keith Becker
Browse files

refactor css

parent fc794e94
<template> <template>
<BaseDialog :show-dialog="showDialog" dialog-title="Add Student to Course"> <BaseDialog :show-dialog="showDialog" dialog-title="Add Student to Course">
<v-card-text class="add-student-to-course-v-card"> <v-card-text
class="add-student-to-course-v-card d-flex flex-column justify-end"
>
<CourseNameDate <CourseNameDate
:course-name="course.name" :course-name="course.name"
:course-date="course.startDate" :course-date="course.startDate"
...@@ -127,9 +129,6 @@ export default { ...@@ -127,9 +129,6 @@ export default {
</script> </script>
<style scoped> <style scoped>
.add-student-to-course-v-card { .add-student-to-course-v-card {
display: flex !important;
flex-direction: column !important;
justify-content: flex-end !important;
padding-bottom: 27px !important; padding-bottom: 27px !important;
padding-top: 27px !important; padding-top: 27px !important;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment