diff --git a/frontend/app/features/api/pages/graphql/graphql-page.component.scss b/frontend/app/features/api/pages/graphql/graphql-page.component.scss index 415dd89e2..4cebc196f 100644 --- a/frontend/app/features/api/pages/graphql/graphql-page.component.scss +++ b/frontend/app/features/api/pages/graphql/graphql-page.component.scss @@ -22,6 +22,10 @@ & .editorWrap { overflow: hidden; } + + svg { + fill: $color-dark-black; + } } .CodeMirror-linenumbers { diff --git a/frontend/app/features/content/pages/content/content-field.component.scss b/frontend/app/features/content/pages/content/content-field.component.scss index c826c0c18..41d69ce77 100644 --- a/frontend/app/features/content/pages/content/content-field.component.scss +++ b/frontend/app/features/content/pages/content/content-field.component.scss @@ -8,7 +8,7 @@ } .languages-buttons { - @include absolute(.75rem, 1.25rem, auto, auto); + @include absolute(.25rem, 1.25rem, auto, auto); } .row { diff --git a/frontend/app/features/schemas/pages/schema/field-wizard.component.html b/frontend/app/features/schemas/pages/schema/field-wizard.component.html index 27b37e3cc..e2dd34cb5 100644 --- a/frontend/app/features/schemas/pages/schema/field-wizard.component.html +++ b/frontend/app/features/schemas/pages/schema/field-wizard.component.html @@ -22,7 +22,7 @@
-
+
diff --git a/frontend/app/features/schemas/pages/schema/field-wizard.component.scss b/frontend/app/features/schemas/pages/schema/field-wizard.component.scss index de0add640..c8c7df16c 100644 --- a/frontend/app/features/schemas/pages/schema/field-wizard.component.scss +++ b/frontend/app/features/schemas/pages/schema/field-wizard.component.scss @@ -14,63 +14,6 @@ $icon-size: 4.5rem; margin-bottom: 1.5rem; } -.type { - & { - margin-bottom: .5rem; - } - - &-title { - font-weight: bold; - } - - &-text { - font-size: .9rem; - } - - &-icon { - & { - @include border-radius; - height: $icon-size; - color: $color-theme-blue; - cursor: pointer; - border: 1px solid $color-border; - background: transparent; - margin-right: .5rem; - line-height: $icon-size; - font-size: 1.75rem; - font-weight: normal; - text-align: center; - width: $icon-size; - } - - .radio-input { - display: none; - } - - &.active { - & { - @include box-shadow(0, 0, 10px, .5); - background: $color-theme-blue; - border-color: $color-theme-blue; - color: $color-dark-foreground; - } - - &:hover { - color: $color-dark-foreground; - } - } - - &:hover { - border-color: $color-border-dark; - } - } - - .radio-input { - display: none; - } -} - .edit-form { - margin: -1.5rem -1.75rem; - margin-bottom: 0; + margin: -1.5rem -1.75rem 0; } \ No newline at end of file diff --git a/frontend/app/features/schemas/pages/schemas/schema-form.component.html b/frontend/app/features/schemas/pages/schemas/schema-form.component.html index de27923b4..f3e399fc3 100644 --- a/frontend/app/features/schemas/pages/schemas/schema-form.component.html +++ b/frontend/app/features/schemas/pages/schemas/schema-form.component.html @@ -13,7 +13,7 @@ -
+
@@ -23,15 +23,9 @@ You can only use letters, numbers and dashes and not more than 40 characters. - - - The schema name becomes part of the api url: - - - {{apiUrl.buildUrl("api/content/")}}{{appsState.appName}}/{{createForm.schemaName | async}}
-
+