diff --git a/src/containers/examples/EditorExample/index.tsx b/src/containers/examples/EditorExample/index.tsx index 60c9c5d2..59804fb2 100644 --- a/src/containers/examples/EditorExample/index.tsx +++ b/src/containers/examples/EditorExample/index.tsx @@ -18,67 +18,58 @@ interface IProps {} const EditorExample: FC = () => ( - - - - TITLE -
- - + +
+ + + - -
- - - + + + - - - + + + +
+
+
+
+ + + +
- - - -
-
-
-
- - - -
+
+ + + + Layout setup -
- - - - Layout setup + Cover changer - Cover changer + Track - Track + - + - + + + - - - - - - - -
-
+ + + +
); diff --git a/src/containers/examples/EditorExample/styles.scss b/src/containers/examples/EditorExample/styles.scss index 7b2ddfdc..9430c18b 100644 --- a/src/containers/examples/EditorExample/styles.scss +++ b/src/containers/examples/EditorExample/styles.scss @@ -17,7 +17,7 @@ background: $editor_panel_bg; flex: 1; //border-radius: 0 $radius $radius 0; - border-radius: $radius 0 $radius 0; + border-radius: $radius; box-sizing: border-box; display: flex; flex-direction: column; diff --git a/src/styles/inputs.scss b/src/styles/inputs.scss index 0aa862d4..87c4b0f9 100644 --- a/src/styles/inputs.scss +++ b/src/styles/inputs.scss @@ -254,7 +254,8 @@ } &.focused .title, &.has_value .title { - font: $font_10_semibold; + // font: $font_10_semibold; + font-size: 10px; top: -6px; bottom: auto; }