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
14445f4b
Commit
14445f4b
authored
1 year ago
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re place supplementary-role color input
parent
36c8fcef
verification
Unity
develop
dynamic
traces
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
role.component.html
src/app/pieces/role/role.component.html
+4
-4
role.component.scss
src/app/pieces/role/role.component.scss
+5
-2
No files found.
src/app/pieces/role/role.component.html
View file @
14445f4b
...
@@ -126,6 +126,10 @@
...
@@ -126,6 +126,10 @@
<label
for=
"name"
>
Nom
</label>
<label
for=
"name"
>
Nom
</label>
<input
name=
"name"
type=
"text"
/>
<input
name=
"name"
type=
"text"
/>
</div>
</div>
<div
class=
"piece-form-supplementary-form-color"
>
<label
for=
"color"
>
Couleur
</label>
<input
name=
"color"
type=
"color"
/>
</div>
<div
class=
"piece-form-supplementary-form-textarea"
>
<div
class=
"piece-form-supplementary-form-textarea"
>
<label
for=
"objectives"
>
Objectifs
</label>
<label
for=
"objectives"
>
Objectifs
</label>
<textarea
name=
"objectives"
></textarea>
<textarea
name=
"objectives"
></textarea>
...
@@ -138,10 +142,6 @@
...
@@ -138,10 +142,6 @@
<label
for=
"rules"
>
Règles
</label>
<label
for=
"rules"
>
Règles
</label>
<textarea
name=
"rules"
></textarea>
<textarea
name=
"rules"
></textarea>
</div>
</div>
<div
class=
"piece-form-supplementary-form-color"
>
<label
for=
"color"
>
Couleur
</label>
<input
name=
"color"
type=
"color"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/pieces/role/role.component.scss
View file @
14445f4b
...
@@ -358,8 +358,11 @@
...
@@ -358,8 +358,11 @@
margin-top
:
10px
;
margin-top
:
10px
;
label
{
label
{
margin-right
:
5px
;
margin-right
:
33px
;
color
:
white
;
}
input
{
background-color
:
white
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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