diff --git a/src/app/_modules/form-fields/field/form-field.component.scss b/src/app/_modules/form-fields/field/form-field.component.scss index c918044..8b13789 100644 --- a/src/app/_modules/form-fields/field/form-field.component.scss +++ b/src/app/_modules/form-fields/field/form-field.component.scss @@ -1,43 +1 @@ -.field { - display: flex; - flex-direction: column; - width: 100%; - margin: 0 0 24px; - row-gap: 8px; - .caption { - color: var(--grey-4); - font-size: 1rem; - font-style: normal; - font-weight: 400; - line-height: 20px; - padding-top: 8px; - } - .value { - .error { - margin-top: 2px; - font-size: 0.875rem; - color: #e60046; - } - } - &.readonly { - margin: 0 0 12px; - .caption { - //padding: 0; - } - } -} -@media screen and (max-width: 600px) { - .field { - margin-bottom: 8px; - .caption { - width: 100%; - padding: 0; - margin: 0 0 8px; - } - .value { - width: 100%; - margin: 0 0 16px; - } - } -} diff --git a/src/app/_modules/form-fields/types/image/form-field-image.component.scss b/src/app/_modules/form-fields/types/image/form-field-image.component.scss index cb15c53..57d6bcd 100644 --- a/src/app/_modules/form-fields/types/image/form-field-image.component.scss +++ b/src/app/_modules/form-fields/types/image/form-field-image.component.scss @@ -63,7 +63,6 @@ .item { display: flex; flex-direction: row; - align-items: center; .preview { width: 80px; height: 80px; diff --git a/src/app/_modules/objects/form/slider/slider-form.component.html b/src/app/_modules/objects/form/slider/slider-form.component.html index 94aa940..b0fbe1f 100644 --- a/src/app/_modules/objects/form/slider/slider-form.component.html +++ b/src/app/_modules/objects/form/slider/slider-form.component.html @@ -16,7 +16,7 @@
* Поля, обязательные для заполнения
- +
diff --git a/src/app/_modules/pages/sections/menu/page-menu.component.html b/src/app/_modules/pages/sections/menu/page-menu.component.html index 322320b..abd78c4 100644 --- a/src/app/_modules/pages/sections/menu/page-menu.component.html +++ b/src/app/_modules/pages/sections/menu/page-menu.component.html @@ -1,7 +1,7 @@