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
cbb6b1e0
Commit
cbb6b1e0
authored
Dec 26, 2020
by
Matt Glorion
Browse files
[FIX] cancel & fix properly
🛠
parent
ec7323c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/Scenario.vue
View file @
cbb6b1e0
...
...
@@ -9,7 +9,7 @@
</div>
<div
class=
"scenario-body"
>
<div
class=
"scenario-section"
>
<div
class=
"scenario-section-header"
>
Paramètres
</div>
<div
class=
"scenario-section-header"
></div>
<div
class=
"scenario-section-body"
>
<div
class=
"scenario-line"
>
<span
class=
"scenario-line-caption"
>
...
...
@@ -338,14 +338,14 @@ export default {
width
:
100%
;
}
/*
* CLOSE LINK
* CLOSE LINK
BUTTONS
*/
.close-btn
{
display
:
inline-block
;
position
:
relative
;
float
:
right
;
top
:
-4
6
px
;
top
:
-4
1
px
;
left
:
-12px
;
border
:
none
;
color
:
black
;
...
...
@@ -356,6 +356,7 @@ export default {
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
20px
;
line-height
:
10px
;
}
.close-btn
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.1
);
...
...
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