Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
388a1b0b
Commit
388a1b0b
authored
Dec 05, 2020
by
Elouan Le Bars
Browse files
[FIX] css
parent
12ece0da
Changes
4
Hide whitespace changes
Inline
Side-by-side
front/src/App.vue
View file @
388a1b0b
...
...
@@ -117,10 +117,10 @@ export default {
#main-container
{
display
:
grid
;
grid-template-columns
:
3
fr
1
fr
;
height
:
92vh
;
}
main
{
/* height: 100%; */
}
.scenarios
{
...
...
front/src/components/Header.vue
View file @
388a1b0b
...
...
@@ -27,6 +27,7 @@ header {
box-shadow
:
0px
0px
20px
rgba
(
0
,
0
,
0
,
0.4
);
background-color
:
#3c3c3c
;
color
:
#ffffff
;
min-height
:
8vh
;
}
header
.header-logo
{
display
:
inline-block
;
...
...
front/src/components/Results.vue
View file @
388a1b0b
...
...
@@ -36,7 +36,6 @@
</div>
</div>
</div>
<div
class=
"results-detailled"
></div>
</div>
</
template
>
...
...
@@ -220,7 +219,7 @@ export default {
.results
{
background-color
:
#f1f1f1
;
box-shadow
:
0px
0px
20px
rgba
(
0
,
0
,
0
,
0.4
);
min-
height
:
100
vh
;
height
:
100
%
;
}
/*
...
...
@@ -232,7 +231,7 @@ export default {
font-size
:
30px
;
line-height
:
35px
;
color
:
#3b3b3b
;
padding-top
:
20
px
;
padding-top
:
16
px
;
padding-left
:
40px
;
}
.results-header-btn-actions
button
{
...
...
@@ -291,7 +290,7 @@ export default {
* RESULTS
*/
.results-content
{
padding-top
:
4
0px
;
padding-top
:
1
0px
;
}
.results-section
{
border-top-style
:
solid
;
...
...
@@ -308,6 +307,7 @@ export default {
.results-section
h3
{
color
:
#3b3b3b
;
font-size
:
16px
;
}
/*
...
...
front/src/components/Scenario.vue
View file @
388a1b0b
...
...
@@ -20,7 +20,6 @@
:min=
"1"
class=
"align-right participants-no-btn"
/><br
/>
<hr
/>
</div>
<div
class=
"scenario-line"
>
<span
class=
"scenario-line-caption"
>
...
...
@@ -64,7 +63,7 @@
<div
class=
"scenario-line"
>
<span
class=
"scenario-line-caption"
>
<p>
Logiciel de visioconférence
</p>
<select
v-model=
"scenario.software.name"
class=
"align-right"
>
<select
v-model=
"scenario.software.name"
class=
"align-right
select-software
"
>
<option
value=
""
>
Aucun
</option>
<option
v-for=
"software_option in software_options"
...
...
@@ -97,7 +96,7 @@
/>
<p>
km en
</p>
<select
v-model=
"j.mean"
class=
"select-journey"
>
<option
disabled
value=
""
>
Choisissez
</option>
<option
disabled
value=
""
>
...
</option>
<option
v-for=
"journey_option in journey_options"
:key=
"journey_option.name"
...
...
@@ -112,6 +111,7 @@
>
-
</button>
<!--
<hr
/>
-->
</div>
</div>
</div>
...
...
@@ -339,6 +339,7 @@ export default {
margin-top
:
10px
;
border
:
2px
dashed
#e3e3e3
;
border-style
:
none
none
dashed
;
width
:
100%
;
}
/*
* CLOSE LINK
...
...
@@ -365,21 +366,14 @@ export default {
}
.delete-journey-btn
{
display
:
inline
;
top
:
-46px
;
left
:
-12px
;
padding-left
:
10px
;
padding-right
:
20px
;
height
:
20px
;
border
:
none
;
color
:
gray
;
background-color
:
transparent
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
20px
;
left
:
-19.5px
;
top
:
0px
;
font-weight
:
400
;
font-weight
:
800
;
}
.delete-journey-btn
:hover
{
...
...
@@ -419,17 +413,26 @@ export default {
line-height
:
16px
;
color
:
#363636
;
}
.scenario-section.journey
{
.scenario-section.journey
p
{
font-size
:
14px
;
height
:
20px
;
width
:
40px
;
position
:
relative
;
top
:
2px
;
}
.scenario-line.journey
{
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
1
fr
);
grid-template-columns
:
2
fr
1
fr
2.5
fr
1
fr
;
grid-gap
:
10px
;
margin-top
:
12px
;
}
.scenario-line-caption
.helper
{
}
.select-journey
{
height
:
20px
;
font-size
:
14px
;
}
/*
* BUTTONS
...
...
@@ -441,30 +444,36 @@ export default {
.participants-no-btn
{
margin-right
:
-6px
;
}
.scenario-line
select
{
width
:
80px
;
select
.scenario-line
{
border-width
:
1px
;
border-style
:
solid
;
border-color
:
#bcbcbc
;
border-radius
:
6
px
;
border-radius
:
8
px
;
font-size
:
14px
;
background
:
none
;
color
:
black
;
padding
:
2px
2px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
}
select
.select-software
{
width
:
80px
;
height
:
20px
;
}
select
.select-journey
{
width
:
6vw
;
}
.add-journey-btn
{
display
:
inline-block
;
position
:
relative
;
top
:
-2px
;
border
:
none
;
background
:
#dcdcdc
;
border-radius
:
15px
;
color
:
#676767
;
padding
:
5px
10
px
;
margin-left
:
15
px
;
padding
:
5px
9
px
;
margin-left
:
2
px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
cursor
:
pointer
;
}
.add-journey-btn
:hover
{
...
...
@@ -477,7 +486,6 @@ export default {
margin-top
:
20px
;
}
.scenario-empty
{
/* height: 80%; */
min-width
:
230px
;
min-height
:
80%
;
margin
:
30px
10px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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