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
9a3ce3f8
Commit
9a3ce3f8
authored
Jun 29, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add icons white background
parent
0a2a4ea2
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
122 additions
and
39 deletions
+122
-39
educational-objective.component.scss
...ducational-objective/educational-objective.component.scss
+3
-0
game-educationnal-objective.component.scss
...nnal-objective/game-educationnal-objective.component.scss
+3
-0
role.component.scss
src/app/pieces/role/role.component.scss
+3
-0
annexe-task.component.scss
src/app/pieces/tasks/annexe-task/annexe-task.component.scss
+15
-3
final-task.component.html
src/app/pieces/tasks/final-task/final-task.component.html
+2
-2
final-task.component.scss
src/app/pieces/tasks/final-task/final-task.component.scss
+27
-14
optionnal-task.component.html
...pieces/tasks/optionnal-task/optionnal-task.component.html
+2
-2
optionnal-task.component.scss
...pieces/tasks/optionnal-task/optionnal-task.component.scss
+27
-14
random-event.component.scss
...app/pieces/tasks/random-event/random-event.component.scss
+14
-2
repeat-task.component.scss
src/app/pieces/tasks/repeat-task/repeat-task.component.scss
+12
-0
task.component.scss
src/app/pieces/tasks/task/task.component.scss
+14
-2
No files found.
src/app/pieces/educational-objective/educational-objective.component.scss
View file @
9a3ce3f8
...
...
@@ -93,6 +93,9 @@
position
:
absolute
;
top
:
25px
;
right
:
5%
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-objective
{
...
...
src/app/pieces/game-educationnal-objective/game-educationnal-objective.component.scss
View file @
9a3ce3f8
...
...
@@ -82,6 +82,9 @@
position
:
absolute
;
top
:
25px
;
right
:
5%
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-objective
{
...
...
src/app/pieces/role/role.component.scss
View file @
9a3ce3f8
...
...
@@ -136,6 +136,9 @@
right
:
30%
;
top
:
25px
;
transform
:
scale
(
1
.2
);
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-intitule
{
...
...
src/app/pieces/tasks/annexe-task/annexe-task.component.scss
View file @
9a3ce3f8
...
...
@@ -231,15 +231,21 @@
&
-comment
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
20
px
;
top
:
8
px
;
right
:
5%
;
background-color
:
white
;
border-radius
:
50%
;
padding
:
4px
;
}
&
-repeat
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
4
5
px
;
top
:
4
2
px
;
right
:
5%
;
background-color
:
white
;
border-radius
:
50%
;
padding
:
4px
;
}
&
-symbol
{
...
...
@@ -303,6 +309,9 @@
position
:
absolute
;
right
:
41%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-character
{
...
...
@@ -310,6 +319,9 @@
position
:
absolute
;
left
:
40%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
}
}
...
...
src/app/pieces/tasks/final-task/final-task.component.html
View file @
9a3ce3f8
...
...
@@ -118,8 +118,8 @@
<button
mat-button
class=
"piece-form-bottom-prerequires"
(
click
)="
changeDisplayPrerequires
()"
>
Prérequis
</button>
<mat-icon
class=
"piece-form-
bottom-
character"
fontIcon=
"person"
*
ngIf=
"task.characters.length > 0"
></mat-icon>
<mat-icon
class=
"piece-form-
bottom-
interrupt"
fontIcon=
"front_hand"
*
ngIf=
"task.interrupt != ''"
></mat-icon>
<mat-icon
class=
"piece-form-character"
fontIcon=
"person"
*
ngIf=
"task.characters.length > 0"
></mat-icon>
<mat-icon
class=
"piece-form-interrupt"
fontIcon=
"front_hand"
*
ngIf=
"task.interrupt != ''"
></mat-icon>
<div
class=
"piece-form-bottom-duration"
>
<input
name=
"value"
type=
"number"
[(
ngModel
)]="
task
.
duration
"
(
input
)="
durationChange
()"
/>
<select
name=
"unite"
[(
ngModel
)]="
task
.
durationUnit
"
(
change
)="
durationChange
()"
>
...
...
src/app/pieces/tasks/final-task/final-task.component.scss
View file @
9a3ce3f8
...
...
@@ -267,15 +267,21 @@
&
-comment
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
20
px
;
top
:
8
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-repeat
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
4
5
px
;
top
:
4
2
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-symbol
{
...
...
@@ -336,11 +342,16 @@
justify-content
:
center
;
}
}
&
-interrupt
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
right
:
41%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-character
{
...
...
@@ -348,7 +359,9 @@
position
:
absolute
;
left
:
40%
;
bottom
:
25px
;
}
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
}
}
...
...
src/app/pieces/tasks/optionnal-task/optionnal-task.component.html
View file @
9a3ce3f8
...
...
@@ -119,8 +119,8 @@
<button
mat-button
class=
"piece-form-bottom-prerequires"
(
click
)="
changeDisplayPrerequires
()"
>
Prérequis
</button>
<mat-icon
class=
"piece-form-
bottom-
character"
fontIcon=
"person"
*
ngIf=
"task.characters.length > 0"
></mat-icon>
<mat-icon
class=
"piece-form-
bottom-
interrupt"
fontIcon=
"front_hand"
*
ngIf=
"task.interrupt != ''"
></mat-icon>
<mat-icon
class=
"piece-form-character"
fontIcon=
"person"
*
ngIf=
"task.characters.length > 0"
></mat-icon>
<mat-icon
class=
"piece-form-interrupt"
fontIcon=
"front_hand"
*
ngIf=
"task.interrupt != ''"
></mat-icon>
<div
class=
"piece-form-bottom-duration"
>
<input
name=
"value"
type=
"number"
[(
ngModel
)]="
task
.
duration
"
(
input
)="
durationChange
()"
/>
<select
name=
"unite"
[(
ngModel
)]="
task
.
durationUnit
"
(
change
)="
durationChange
()"
>
...
...
src/app/pieces/tasks/optionnal-task/optionnal-task.component.scss
View file @
9a3ce3f8
...
...
@@ -278,15 +278,21 @@
&
-comment
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
20
px
;
top
:
8
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-repeat
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
4
5
px
;
top
:
4
2
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-symbol
{
...
...
@@ -347,11 +353,16 @@
justify-content
:
center
;
}
}
&
-interrupt
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
right
:
41%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-character
{
...
...
@@ -359,7 +370,9 @@
position
:
absolute
;
left
:
40%
;
bottom
:
25px
;
}
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
}
}
...
...
src/app/pieces/tasks/random-event/random-event.component.scss
View file @
9a3ce3f8
...
...
@@ -269,15 +269,21 @@
&
-comment
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
20
px
;
top
:
8
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-repeat
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
4
5
px
;
top
:
4
2
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-symbol
{
...
...
@@ -343,6 +349,9 @@
position
:
absolute
;
right
:
41%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-character
{
...
...
@@ -350,6 +359,9 @@
position
:
absolute
;
left
:
40%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
}
}
...
...
src/app/pieces/tasks/repeat-task/repeat-task.component.scss
View file @
9a3ce3f8
...
...
@@ -96,6 +96,9 @@
position
:
absolute
;
bottom
:
35px
;
left
:
50px
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-repeat
{
...
...
@@ -103,6 +106,9 @@
position
:
absolute
;
bottom
:
35px
;
left
:
100px
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-character
{
...
...
@@ -110,6 +116,9 @@
position
:
absolute
;
bottom
:
35px
;
left
:
150px
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
&
-interrupt
{
...
...
@@ -117,6 +126,9 @@
position
:
absolute
;
bottom
:
35px
;
left
:
200px
;
background-color
:
white
;
padding
:
4px
;
border-radius
:
50%
;
}
}
}
...
...
src/app/pieces/tasks/task/task.component.scss
View file @
9a3ce3f8
...
...
@@ -278,15 +278,21 @@
&
-comment
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
20
px
;
top
:
8
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-repeat
{
transform
:
scale
(
1
.2
);
position
:
absolute
;
top
:
4
5
px
;
top
:
4
2
px
;
right
:
25%
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-symbol
{
...
...
@@ -352,6 +358,9 @@
position
:
absolute
;
right
:
41%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
&
-character
{
...
...
@@ -359,6 +368,9 @@
position
:
absolute
;
left
:
40%
;
bottom
:
25px
;
border-radius
:
50%
;
background-color
:
white
;
padding
:
4px
;
}
}
}
...
...
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