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
eec44d24
Commit
eec44d24
authored
Mar 02, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change 'autres' by'moyens de communication' and 'divers' in piece mission-context
parent
f35a2b89
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
9 deletions
+31
-9
mission-context.component.html
...app/pieces/mission-context/mission-context.component.html
+10
-0
mission-context.component.scss
...app/pieces/mission-context/mission-context.component.scss
+21
-1
comments.component.scss
src/app/sider-pieces/comments/comments.component.scss
+0
-8
No files found.
src/app/pieces/mission-context/mission-context.component.html
View file @
eec44d24
...
@@ -19,9 +19,19 @@
...
@@ -19,9 +19,19 @@
<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">
<div class="piece-form-other">
<label for="other">Autre</label>
<label for="other">Autre</label>
<textarea name="other"></textarea>
<textarea name="other"></textarea>
</div>
</div>
-->
<div
class=
"piece-form-communication"
>
<label
for=
"communication"
>
Moyen(s) de communication
</label>
<textarea
name=
"communication"
></textarea>
</div>
<div
class=
"piece-form-divers"
>
<label
for=
"divers"
>
Divers
</label>
<textarea
name=
"divers"
></textarea>
</div>
</div>
</div>
</div>
</div>
src/app/pieces/mission-context/mission-context.component.scss
View file @
eec44d24
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
margin-top
:
10px
;
margin-top
:
10px
;
}
}
&
-intrigue
{
&
-intrigue
{
height
:
5
5%
;
height
:
3
5%
;
margin-top
:
10px
;
margin-top
:
10px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -125,6 +125,7 @@
...
@@ -125,6 +125,7 @@
background-size
:
30%
;
background-size
:
30%
;
}
}
}
}
/*
&-other {
&-other {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
...
@@ -137,6 +138,25 @@
...
@@ -137,6 +138,25 @@
background-size: 30%;
background-size: 30%;
}
}
}
}
*/
&
-communication
{
display
:
flex
;
flex-direction
:
column
;
height
:
20%
;
textarea
{
background-image
:
url("../../../assets/background-images/com.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
}
}
&
-divers
{
display
:
flex
;
flex-direction
:
column
;
height
:
20%
;
}
}
}
}
}
...
...
src/app/sider-pieces/comments/comments.component.scss
View file @
eec44d24
...
@@ -48,14 +48,6 @@
...
@@ -48,14 +48,6 @@
left
:
100%
;
left
:
100%
;
transform
:
translateX
(
-100%
);
transform
:
translateX
(
-100%
);
}
}
textarea
{
background-image
:
url("../../../assets/background-images/com.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
min-height
:
100px
;
}
}
}
}
}
}
}
\ No newline at end of file
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