From b5879bd12e3041343e3d29e3ad4b98029d3046f1 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Fri, 25 Oct 2024 05:32:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-core.css | 4 ++++ assets/css/gp-style-mobile.css | 9 +++++++++ assets/css/gp-style-tablet.css | 25 +++++++++++++++++++++++++ notification-form-pet.html | 8 ++++---- 4 files changed, 42 insertions(+), 4 deletions(-) diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index 481acef..a20d7eb 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -548,6 +548,8 @@ button{ outline: 1px solid var(--text-black); } .form-input-phone__icon{ + flex-shrink: 0; + height: 16px; width: 28px; @@ -570,6 +572,8 @@ button{ background-image: url(../img/svg/main/triangle-grey.svg); } .form-input-phone__code{ + flex-shrink: 0; + font-family: var(--font-family); font-weight: 400; font-size: 20px; diff --git a/assets/css/gp-style-mobile.css b/assets/css/gp-style-mobile.css index 9016ab5..5917d4f 100644 --- a/assets/css/gp-style-mobile.css +++ b/assets/css/gp-style-mobile.css @@ -189,6 +189,15 @@ .modal__aside{ left: 0; } +.form-input-radio__title span{ + display: block; + width: 100%; + + color: var(--text-grey); +} +.modal-form__title{ + font-size: 20px; +} /* modal */ /* detail */ diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 29d00bf..40d49f4 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -102,9 +102,34 @@ main{ /* product */ /* modal */ +.modal{ + padding: 0; +} .modal__text{ padding-right: 0; } +.modal-form{ + min-height: 100%; + width: 100%; + + border-radius: 0; + border: none; +} +.form-input-phone__list{ + left: 0; +} + +.modal-form-content__line--two{ + flex-wrap: wrap; +} +.modal-form-content__line--two .modal-form-content-line__element{ + margin-top: 24px; + + width: 100%; +} +.modal-form-content__line--two .modal-form-content-line__element:first-child{ + margin-top: 0; +} /* modal */ /* cabinet */ diff --git a/notification-form-pet.html b/notification-form-pet.html index 883ae26..88d510e 100644 --- a/notification-form-pet.html +++ b/notification-form-pet.html @@ -393,28 +393,28 @@
-

Малыш (от 0 до 1 года)

+

Малыш (от 0 до 1 года)

-

Взрослый (от 1 года до 7 лет)

+

Взрослый (от 1 года до 7 лет)

-

Пожилой (от 7 до 12 лет)

+

Пожилой (от 7 до 12 лет)

-

Стареющий (от 12 лет и старше)

+

Стареющий (от 12 лет и старше)