From 459a7ca86e4e61fed2ac3ec3b363e493ea9bfd51 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Fri, 2 May 2025 16:32:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D1=83=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-core.css | 16 ++++++++++++++++ subscription-last.html | 37 +++++++++++++++++++++++------------- 2 files changed, 40 insertions(+), 13 deletions(-) diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index 55e7cd6..f139d17 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -714,6 +714,14 @@ button{ position: relative; } +.form-input__tabs--white{ + padding: 3px; + border: 1px solid var(--text-3); + background: var(--white); +} +.form-input__tabs--white .form-input-tabs__button.active{ + background: var(--gradient-turquoise); +} .form-input-tabs__button{ width: 100%; @@ -2340,4 +2348,12 @@ button{ } .tabs__content.active{ display: block; +} + +.cabinet__control--column{ + flex-direction: column; +} + +.cabinet__control--column > *:not(:first-child){ + margin-top: 16px } \ No newline at end of file diff --git a/subscription-last.html b/subscription-last.html index 39d5b71..6a19da5 100644 --- a/subscription-last.html +++ b/subscription-last.html @@ -225,22 +225,33 @@
+
-
-
- - - -
+ - +