From 003bff1fbb5cb58634f7f4d92ffc4cdb567a0d41 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Mon, 28 Oct 2024 11:40:42 +0300 Subject: [PATCH] =?UTF-8?q?fox=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9,=20=D1=81=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=BF=D0=BE=20=D1=86=D0=B5=D0=BD=D1=82=D1=80?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-core.css | 8 ++++++-- assets/css/gp-style-tablet.css | 13 +++++++++++-- notification-decorated.html | 2 +- notification-sub.html | 7 +++++-- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index 73a78dc..ddaeec6 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -1382,9 +1382,9 @@ button{ transition: opacity .2s ease-out; pointer-events: none; - /* display: flex; + display: flex; justify-content: center; - align-items: center; */ + align-items: center; overflow-y: auto; } @@ -1392,6 +1392,10 @@ button{ opacity: 1; pointer-events: auto; } +.modal__notification{} +.form__button-mobile{ + display: none; +} .modal__aside{ position: fixed; top: 0; diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 9462f63..796e573 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -108,12 +108,21 @@ main{ .modal__text{ padding-right: 0; } +.form__button-pc{ + display: none; +} +.form__button-mobile{ + display: block; +} .modal-form{ - min-height: 100%; + /* min-height: 100%; width: 100%; border-radius: 0; - border: none; + border: none; */ +} +.modal__notification{ + margin: 24px; } .form-input-phone__list{ left: 0; diff --git a/notification-decorated.html b/notification-decorated.html index 183469b..988c0c7 100644 --- a/notification-decorated.html +++ b/notification-decorated.html @@ -225,7 +225,7 @@