From 988ececa9e4a3d09b45519ddf804f344ce4510a2 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Thu, 31 Aug 2023 10:48:00 +0300 Subject: [PATCH] bagfix --- .../html/single/field-html-single.component.ts | 18 +++++++++--------- .../layout/footer/footer.component.scss | 1 + .../_modules/pages/page/page.component.scss | 6 ++---- src/styles.scss | 2 +- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/app/_modules/form-fields/types/html/single/field-html-single.component.ts b/src/app/_modules/form-fields/types/html/single/field-html-single.component.ts index 8ec29f1..7ffba80 100644 --- a/src/app/_modules/form-fields/types/html/single/field-html-single.component.ts +++ b/src/app/_modules/form-fields/types/html/single/field-html-single.component.ts @@ -19,15 +19,15 @@ export class FieldHtmlSingleComponent { plugins: 'lists link image paste help wordcount hr', toolbar: 'bold italic removeformat | link hr forecolor | bullist numlist outdent indent', color_map: [ - '3E3D40', 'grey-1', - '696A6D', 'grey-2', - '86898E', 'grey-3', - 'FCC620', 'yellow-1', - 'F4B417', 'yellow-2', - 'F49B1B', 'yellow-3', - 'BFBFBF', 'grey-4', - 'E8E8E8', 'grey-5', - 'F5F4F4', 'grey-6', + '0070BA', 'blue-1', + '005799', 'blue-2', + '004077', 'blue-3', + 'A1CAE5', 'blue-1', + 'C0C0C0', 'grey-1', + '6C6C6C', 'grey-2', + '4D4D4D', 'grey-3', + 'FFFFFF', 'white', + '2D2D2D', 'black', ] }; diff --git a/src/app/_modules/layout/footer/footer.component.scss b/src/app/_modules/layout/footer/footer.component.scss index ff22d22..1a9079d 100644 --- a/src/app/_modules/layout/footer/footer.component.scss +++ b/src/app/_modules/layout/footer/footer.component.scss @@ -1,4 +1,5 @@ .footer { + margin-top: 120px; width: 100%; padding: 40px 100px; background-color: var(--blue-3); diff --git a/src/app/_modules/pages/page/page.component.scss b/src/app/_modules/pages/page/page.component.scss index 2322ba8..53d249b 100644 --- a/src/app/_modules/pages/page/page.component.scss +++ b/src/app/_modules/pages/page/page.component.scss @@ -27,10 +27,8 @@ letter-spacing: 0.76px; color: white; } - } - - } - + } + } } .left { flex-grow: 1; diff --git a/src/styles.scss b/src/styles.scss index 89c3e58..2596f28 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -36,7 +36,7 @@ border-radius: 12px; padding: 12px 24px; display: flex; - margin-bottom: 24px; + margin-bottom: 16px; column-gap: 20px; button { background-position: center;