diff --git a/src/app/components/stream/stream-edition/stream-edition.component.html b/src/app/components/stream/stream-edition/stream-edition.component.html
index 1dfa8d6a..86523756 100644
--- a/src/app/components/stream/stream-edition/stream-edition.component.html
+++ b/src/app/components/stream/stream-edition/stream-edition.component.html
@@ -1,7 +1,30 @@
-
-
+
+
+
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/src/app/components/stream/stream-edition/stream-edition.component.scss b/src/app/components/stream/stream-edition/stream-edition.component.scss
index c9b50ab7..99cfcd5c 100644
--- a/src/app/components/stream/stream-edition/stream-edition.component.scss
+++ b/src/app/components/stream/stream-edition/stream-edition.component.scss
@@ -1,10 +1,28 @@
@import "variables";
+@import "commons";
@import "mixins";
.stream-edition {
width: 100%;
// min-height: 50px;
background-color: #222736;
+ border-bottom: 1px solid $color-secondary;
+
+ &__settings{
+ padding: 5px 5px 0 5px;
+ border-bottom: 1px solid $color-secondary;
+ }
+
+ &__setting{
+ // outline: 1px solid greenyellow;
+ padding: 0 10px 0 10px;
+
+ &--checkbox {
+ position: relative;
+ top: 2px;
+ margin-right: 5px;
+ }
+ }
&__button {
@include clearButton;