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
532307d4
Commit
532307d4
authored
Mar 02, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaning mission-context code
parent
eec44d24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
23 deletions
+18
-23
mission-context.component.html
...app/pieces/mission-context/mission-context.component.html
+0
-6
mission-context.component.scss
...app/pieces/mission-context/mission-context.component.scss
+18
-17
No files found.
src/app/pieces/mission-context/mission-context.component.html
View file @
532307d4
...
@@ -19,12 +19,6 @@
...
@@ -19,12 +19,6 @@
<label
for=
"intrigue"
>
Intrigue
</label>
<label
for=
"intrigue"
>
Intrigue
</label>
<textarea
name=
"intrigue"
placeholder=
"Concevez un site web ergonomique pour votre premier client"
></textarea>
<textarea
name=
"intrigue"
placeholder=
"Concevez un site web ergonomique pour votre premier client"
></textarea>
</div>
</div>
<!--
<div class="piece-form-other">
<label for="other">Autre</label>
<textarea name="other"></textarea>
</div>
-->
<div
class=
"piece-form-communication"
>
<div
class=
"piece-form-communication"
>
<label
for=
"communication"
>
Moyen(s) de communication
</label>
<label
for=
"communication"
>
Moyen(s) de communication
</label>
<textarea
name=
"communication"
></textarea>
<textarea
name=
"communication"
></textarea>
...
...
src/app/pieces/mission-context/mission-context.component.scss
View file @
532307d4
.piece
{
.piece
{
--piece-background-color
:
#eac19b
;
--piece-background-color
:
#eac19b
;
width
:
400px
;
width
:
400px
;
height
:
800px
;
height
:
800px
;
...
@@ -22,17 +22,21 @@
...
@@ -22,17 +22,21 @@
display
:
flex
;
display
:
flex
;
padding
:
15px
20px
15px
20px
;
padding
:
15px
20px
15px
20px
;
justify-content
:
space-around
;
justify-content
:
space-around
;
mat-icon
{
mat-icon
{
cursor
:
pointer
;
cursor
:
pointer
;
transform
:
scale
(
1
.1
);
transform
:
scale
(
1
.1
);
}
}
mat-icon
:hover
{
mat-icon
:hover
{
opacity
:
0
.75
;
opacity
:
0
.75
;
}
}
}
}
&
-menu
.show
{
&
-menu
.show
{
transform
:
translateX
(
-50%
)
translateY
(
0
);
transform
:
translateX
(
-50%
)
translateY
(
0
);
}
}
&
-menu
.hide
{
&
-menu
.hide
{
transform
:
translateX
(
-50%
)
translateY
(
100%
);
transform
:
translateX
(
-50%
)
translateY
(
100%
);
}
}
...
@@ -42,6 +46,7 @@
...
@@ -42,6 +46,7 @@
border-top
:
solid
black
1px
;
border-top
:
solid
black
1px
;
border-right
:
solid
black
1px
;
border-right
:
solid
black
1px
;
border-bottom
:
solid
black
1px
;
border-bottom
:
solid
black
1px
;
&
-right
{
&
-right
{
position
:
absolute
;
position
:
absolute
;
width
:
20px
;
width
:
20px
;
...
@@ -51,6 +56,7 @@
...
@@ -51,6 +56,7 @@
right
:
-20px
;
right
:
-20px
;
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
}
}
&
-left
{
&
-left
{
&
-top
{
&
-top
{
position
:
absolute
;
position
:
absolute
;
...
@@ -61,6 +67,7 @@
...
@@ -61,6 +67,7 @@
left
:
-0px
;
left
:
-0px
;
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
}
}
&
-bottom
{
&
-bottom
{
position
:
absolute
;
position
:
absolute
;
width
:
20px
;
width
:
20px
;
...
@@ -81,12 +88,14 @@
...
@@ -81,12 +88,14 @@
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
stretch
;
align-items
:
stretch
;
z-index
:
2
;
z-index
:
2
;
label
{
label
{
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
lighter
;
font-weight
:
lighter
;
margin-top
:
10px
;
margin-top
:
10px
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
input
{
input
{
height
:
40px
;
height
:
40px
;
border-radius
:
10px
;
border-radius
:
10px
;
...
@@ -94,6 +103,7 @@
...
@@ -94,6 +103,7 @@
padding
:
5px
10px
5px
10px
;
padding
:
5px
10px
5px
10px
;
font-size
:
15px
;
font-size
:
15px
;
}
}
textarea
{
textarea
{
border-radius
:
20px
;
border-radius
:
20px
;
padding
:
10px
;
padding
:
10px
;
...
@@ -102,22 +112,26 @@
...
@@ -102,22 +112,26 @@
flex-grow
:
1
;
flex-grow
:
1
;
font-size
:
15px
;
font-size
:
15px
;
}
}
&
-title
{
&
-title
{
margin-top
:
20px
;
margin-top
:
20px
;
font-size
:
25px
;
font-size
:
25px
;
//font-weight: bold;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
font-family
:
'Glacial Indifference Bold'
;
}
}
&
-duration
{
&
-duration
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
margin-top
:
10px
;
margin-top
:
10px
;
}
}
&
-intrigue
{
&
-intrigue
{
height
:
35%
;
height
:
35%
;
margin-top
:
10px
;
margin-top
:
10px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
textarea
{
textarea
{
background-image
:
url("../../../assets/background-images/contexte.png")
;
background-image
:
url("../../../assets/background-images/contexte.png")
;
background-position
:
center
;
background-position
:
center
;
...
@@ -125,20 +139,7 @@
...
@@ -125,20 +139,7 @@
background-size
:
30%
;
background-size
:
30%
;
}
}
}
}
/*
&-other {
display: flex;
flex-direction: column;
margin-bottom: 25px;
height: 30%;
textarea {
background-image: url("../../../assets/background-images/map.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
}
*/
&
-communication
{
&
-communication
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
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