UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
bea77b34
Commit
bea77b34
authored
May 04, 2021
by
Keith Becker
Browse files
refactor css
parent
34367861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
src/components/Dialogs/AddStudentsToCourseDialog.vue
src/components/Dialogs/AddStudentsToCourseDialog.vue
+2
-13
No files found.
src/components/Dialogs/AddStudentsToCourseDialog.vue
View file @
bea77b34
<
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
<v-card-text
class=
"d-flex flex-column justify-end pt-7 pb-7"
>
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"
/>
/>
<div
class=
"
vertical-padding
"
></div>
<div
class=
"
mt-3
"
></div>
<UserSelectForCourse
<UserSelectForCourse
:are-no-available-seats=
"
:are-no-available-seats=
"
availableSeatsInCourse(
availableSeatsInCourse(
...
@@ -127,12 +125,3 @@ export default {
...
@@ -127,12 +125,3 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
scoped
>
.add-student-to-course-v-card
{
padding-bottom
:
27px
!important
;
padding-top
:
27px
!important
;
}
.vertical-padding
{
height
:
10px
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment