diff --git a/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss b/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss index d414629..2cbd674 100644 --- a/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss +++ b/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss @@ -4,14 +4,6 @@ gap: 16px; max-width: 500px; } -.form-group { - display: flex; - flex-direction: column; -} -.form-group label { - font-size: 13px; - color: #666666; -} .form-actions { display: flex; gap: 12px; diff --git a/src/app/features/store/pages/checkout-page/checkout-data-step.component.html b/src/app/features/store/pages/checkout-page/checkout-data-step.component.html index 5d5a2c7..c856920 100644 --- a/src/app/features/store/pages/checkout-page/checkout-data-step.component.html +++ b/src/app/features/store/pages/checkout-page/checkout-data-step.component.html @@ -5,9 +5,9 @@ (ngSubmit)="submit()" >