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 лет и старше)