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
34367861
Commit
34367861
authored
May 04, 2021
by
Keith Becker
Browse files
refactor css
parent
fc794e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/components/Dialogs/AddStudentsToCourseDialog.vue
src/components/Dialogs/AddStudentsToCourseDialog.vue
+3
-4
No files found.
src/components/Dialogs/AddStudentsToCourseDialog.vue
View file @
34367861
<
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
;
}
}
...
...
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