Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fullstack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Madeleine Stenberg Jonassen
Fullstack
Commits
44977453
Commit
44977453
authored
1 year ago
by
Maddy
Browse files
Options
Downloads
Patches
Plain Diff
Adjustments to play, edit and delete button
parent
f128f5fb
Branches
Branches containing commit
No related tags found
1 merge request
!16
overview ui
Pipeline
#267837
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
FullstackProsjekt/src/frontend/src/assets/main.css
+3
-3
3 additions, 3 deletions
FullstackProsjekt/src/frontend/src/assets/main.css
FullstackProsjekt/src/frontend/src/views/OverviewQuizView.vue
+15
-10
15 additions, 10 deletions
...stackProsjekt/src/frontend/src/views/OverviewQuizView.vue
with
18 additions
and
13 deletions
FullstackProsjekt/src/frontend/src/assets/main.css
+
3
−
3
View file @
44977453
...
...
@@ -29,7 +29,7 @@ body {
.play-btn
{
padding
:
5
px
;
padding
:
10
px
;
text-decoration
:
none
;
background-color
:
#242F40
;
border-color
:
transparent
;
...
...
@@ -37,7 +37,7 @@ body {
border-radius
:
10px
;
}
.edit-btn
{
padding
:
5
px
;
padding
:
10
px
;
text-decoration
:
none
;
background-color
:
#CCA43B
;
border-color
:
transparent
;
...
...
@@ -45,7 +45,7 @@ body {
border-radius
:
10px
;
}
.delete-btn
{
padding
:
3
px
;
padding
:
8
px
;
background-color
:
#cc513b
;
border-color
:
transparent
;
color
:
#242F40
;
...
...
This diff is collapsed.
Click to expand it.
FullstackProsjekt/src/frontend/src/views/OverviewQuizView.vue
+
15
−
10
View file @
44977453
...
...
@@ -21,7 +21,7 @@ export default defineComponent({
<div
class=
"quiz-header"
>
<h3>
Quiz 1
</h3>
<Svg
name=
"co
oking
-category"
/>
<Svg
name=
"co
mputer
-category"
/>
</div>
<div
class=
"quiz-body"
>
...
...
@@ -30,10 +30,14 @@ export default defineComponent({
<div
id=
"form-box"
>
<form>
<select
id=
"quiz-category"
>
<option
value=
"IT"
selected=
"selected"
>
IT
</option>
<option
value=
"Nature"
>
Nature
</option>
<option
value=
"Chemistry"
>
Chemistry
</option>
<option
value=
"Animal"
>
Animals
</option>
<option
value=
"Athletic"
>
Athletic/Sport
</option>
<option
value=
"Computer"
selected=
"selected"
>
Computer Science
</option>
<option
value=
"Drama"
>
Drama/Movie
</option>
<option
value=
"Music"
>
Music
</option>
<option
value=
"Religion"
>
Religion
</option>
<option
value=
"Science"
>
Science
</option>
<option
value=
"Society"
>
Society
</option>
<option
value=
"Other"
>
Other
</option>
</select>
</form>
...
...
@@ -45,9 +49,9 @@ export default defineComponent({
<router-link
to=
"/createQuiz"
class=
"edit-btn"
>
Edit
</router-link>
<button
class=
"delete-btn"
>
Delete
</button>
</div>
</div>
</div>
</div>
</body>
...
...
@@ -55,9 +59,9 @@ export default defineComponent({
<
style
>
.overViewQuestion-page
{
padding
:
20px
;
padding
:
50px
;
}
.quiz-header
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -65,7 +69,7 @@ export default defineComponent({
margin-bottom
:
20px
;
}
.quiz-body
{
margin-bottom
:
1
0px
;
margin-bottom
:
4
0px
;
}
#quiz-category
{
padding
:
1px
;
...
...
@@ -75,8 +79,9 @@ export default defineComponent({
}
.quiz-footer
{
display
:
flex
;
justify-content
:
space-
between
;
justify-content
:
space-
evenly
;
align-items
:
center
;
margin-bottom
:
20px
;
padding-left
:
25px
;
padding-right
:
25px
;
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment