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
c58576fd
Commit
c58576fd
authored
Feb 07, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sider
parent
a1efd8bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
17 deletions
+70
-17
app.component.html
src/app/app.component.html
+40
-16
app.component.scss
src/app/app.component.scss
+29
-0
styles.scss
src/styles.scss
+1
-1
No files found.
src/app/app.component.html
View file @
c58576fd
<div
style=
"display: flex;"
>
<div
style=
"display: flex; flex-direction: column;"
[
style
.
z-index
]="
4
"
>
<app-game-educationnal-objective></app-game-educationnal-objective>
<app-game-context
[
style
.
z-index
]="
2
"
></app-game-context>
</div>
<div
style=
"display: flex; flex-direction: column;"
[
style
.
z-index
]="
3
"
>
<app-educational-objective></app-educational-objective>
<app-mission-context
[
style
.
z-index
]="
2
"
></app-mission-context>
<div
class=
"container"
>
<div
class=
"container-main"
style=
"display: flex;"
>
<div
style=
"display: flex; flex-direction: column;"
[
style
.
z-index
]="
4
"
>
<app-game-educationnal-objective></app-game-educationnal-objective>
<app-game-context
[
style
.
z-index
]="
2
"
></app-game-context>
</div>
<div
style=
"display: flex; flex-direction: column;"
[
style
.
z-index
]="
3
"
>
<app-educational-objective></app-educational-objective>
<app-mission-context
[
style
.
z-index
]="
2
"
></app-mission-context>
</div>
<div
[
style
.
z-index
]="
2
"
>
<div
style=
"display: flex;"
>
<app-role
[
style
.
z-index
]="
10
"
></app-role>
<div
[
style
.
z-index
]="
1
"
>
<div
style=
"display: flex;"
[
style
.
z-index
]="
2
"
>
<app-task
[
style
.
z-index
]="
2
"
></app-task
>
<app-task
[
style
.
z-index
]="
1
"
></app-task>
</div>
</div>
</div>
<div
style=
"display: flex;"
>
<app-role
[
style
.
z-index
]="
10
"
></app-role>
<div
[
style
.
z-index
]="
1
"
>
<div
style=
"display: flex;"
[
style
.
z-index
]="
2
"
>
<app-task
[
style
.
z-index
]="
2
"
></app-task
>
<app-task
[
style
.
z-index
]="
1
"
></app-task>
</div>
</div>
</div>
</div>
</div>
<div
class=
"container-sider"
>
</div>
<app-role
[
style
.
z-index
]="
2
"
></app-role>
<app-task
[
style
.
z-index
]="
1
"
></app-task>
<app-annexe-task
[
style
.
z-index
]="
0
"
></app-annexe-task>
</div>
src/app/app.component.scss
View file @
c58576fd
.container
{
display
:
flex
;
flex-direction
:
row
;
&
-main
{
margin-top
:
60px
;
margin-right
:
20%
;
height
:
100%
;
width
:
100%
;
//width: 80%;
//transform: scale(0.75);
//transform-origin: top left;
overflow
:
scroll
;
//overflow-y: visible;
}
&
-sider
{
height
:
100%
;
width
:
20%
;
background-color
:
green
;
position
:
fixed
;
right
:
0
;
top
:
0
;
z-index
:
2
;
border-left
:
solid
black
3px
;
}
}
\ No newline at end of file
src/styles.scss
View file @
c58576fd
...
...
@@ -25,7 +25,7 @@
}
body
{
margin-top
:
60px
;
//
margin-top: 60px;
background-color
:
var
(
--
background-color
);
font-family
:
'Glacial Indifference'
,
sans-serif
;
//transform: scale(0.9);
...
...
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