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
68575045
Commit
68575045
authored
May 04, 2021
by
Keith Becker
Browse files
refactor css
parent
bea77b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
src/components/Dialogs/DialogComponents/CourseNameDate.vue
src/components/Dialogs/DialogComponents/CourseNameDate.vue
+2
-12
No files found.
src/components/Dialogs/DialogComponents/CourseNameDate.vue
View file @
68575045
<
template
>
<
template
>
<div
class=
"course-name-date"
>
<div
class=
"course-name-date
d-flex flex-row justify-space-between
"
>
<span
class=
"course-name"
>
{{
courseName
}}
</span
<span
class=
"course-name
font-weight-bold
"
>
{{
courseName
}}
</span
><span
class=
"course-date"
>
{{
courseDate
}}
</span>
><span
class=
"course-date"
>
{{
courseDate
}}
</span>
</div>
</div>
</
template
>
</
template
>
...
@@ -25,15 +25,11 @@ export default {
...
@@ -25,15 +25,11 @@ export default {
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.course-name-date
{
.course-name-date
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
padding
:
0
3em
;
padding
:
0
3em
;
}
}
.course-name
{
.course-name
{
font-size
:
15px
;
font-size
:
15px
;
font-weight
:
bold
;
}
}
.course-date
{
.course-date
{
...
@@ -42,12 +38,6 @@ export default {
...
@@ -42,12 +38,6 @@ export default {
}
}
.theme--light
{
.theme--light
{
.course-name-date
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
padding
:
0
3em
;
}
.course-name
{
.course-name
{
color
:
black
;
color
:
black
;
}
}
...
...
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