Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
08db963c
Commit
08db963c
authored
Mar 16, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix path to background-images in tasks
parent
55ed29c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
annexe-task.component.scss
src/app/pieces/tasks/annexe-task/annexe-task.component.scss
+1
-1
final-task.component.scss
src/app/pieces/tasks/final-task/final-task.component.scss
+1
-1
random-event.component.scss
...app/pieces/tasks/random-event/random-event.component.scss
+1
-1
task.component.scss
src/app/pieces/tasks/task/task.component.scss
+1
-1
No files found.
src/app/pieces/tasks/annexe-task/annexe-task.component.scss
View file @
08db963c
...
...
@@ -192,7 +192,7 @@
resize
:
none
;
flex-grow
:
1
;
font-size
:
15px
;
background-image
:
url("../../../assets/background-images/annexe.png")
;
background-image
:
url("../../../
../
assets/background-images/annexe.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
100px
;
...
...
src/app/pieces/tasks/final-task/final-task.component.scss
View file @
08db963c
...
...
@@ -226,7 +226,7 @@
resize
:
none
;
flex-grow
:
1
;
font-size
:
15px
;
background-image
:
url("../../../assets/background-images/final.png")
;
background-image
:
url("../../../
../
assets/background-images/final.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
100px
;
...
...
src/app/pieces/tasks/random-event/random-event.component.scss
View file @
08db963c
...
...
@@ -238,7 +238,7 @@
resize
:
none
;
flex-grow
:
1
;
font-size
:
15px
;
background-image
:
url("../../../assets/background-images/event.png")
;
background-image
:
url("../../../
../
assets/background-images/event.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
100px
;
...
...
src/app/pieces/tasks/task/task.component.scss
View file @
08db963c
...
...
@@ -238,7 +238,7 @@
resize
:
none
;
flex-grow
:
1
;
font-size
:
15px
;
background-image
:
url("../../../assets/background-images/tache.png")
;
background-image
:
url("../../../
../
assets/background-images/tache.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
100px
;
...
...
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