From e6bccc904f1ad6eba795a559b1f0fc30754b87b1 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Mon, 28 Oct 2024 13:05:11 +0300 Subject: [PATCH] fix registration --- assets/css/gp-style-core.css | 2 ++ assets/css/gp-style-desktop.css | 5 +++++ assets/css/gp-style-mobile.css | 5 +++++ assets/css/gp-style-tablet.css | 8 ++++++++ notification-form-data.html | 4 ++-- notification-form-pet.html | 2 +- notification-map.html | 2 +- registration.html | 22 +++++++++++++++++++--- 8 files changed, 43 insertions(+), 7 deletions(-) diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index ddaeec6..ac62d83 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -1132,6 +1132,7 @@ button{ border: none; transition: opacity .2s ease-out; + text-decoration: none; } .to-know:hover{ opacity: .8; @@ -1526,6 +1527,7 @@ button{ .modal__to-know-submit{ width: 412px; } + .modal-basket__item{ padding-top: 23px; padding-right: 15px; diff --git a/assets/css/gp-style-desktop.css b/assets/css/gp-style-desktop.css index 187757b..28ab323 100644 --- a/assets/css/gp-style-desktop.css +++ b/assets/css/gp-style-desktop.css @@ -1912,6 +1912,11 @@ main{ transform: rotate(180deg); } /* .cabinet-card-no-orders__ */ +.cabinet__subscription-pc{ +} +.cabinet__subscription-mobile{ + display: none; +} /* cabinet */ @media only screen and (max-width: 1600px) { diff --git a/assets/css/gp-style-mobile.css b/assets/css/gp-style-mobile.css index 59d768c..2f7194b 100644 --- a/assets/css/gp-style-mobile.css +++ b/assets/css/gp-style-mobile.css @@ -84,6 +84,11 @@ .modal-map-control__item{ width: calc(100% - 24px); } +.form__full-mobile{ + width: 100%; + border-radius: 0; + border: none; +} /* modal */ /* footer */ diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 796e573..c56a5ed 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -189,6 +189,14 @@ main{ .cabinet__orders.active, .cabinet__profile.active{ opacity: 1; } +.cabinet__subscription-pc{ + display: none; +} +.cabinet__subscription-mobile{ + display: block; + + margin: 24px 24px 0 24px; +} /* cabinet */ } diff --git a/notification-form-data.html b/notification-form-data.html index 262fabb..d430dd9 100644 --- a/notification-form-data.html +++ b/notification-form-data.html @@ -226,7 +226,7 @@