From 42e0e75d709263adee1e60331e07c7722ad974df Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Tue, 10 Mar 2026 10:15:56 +0000 Subject: [PATCH] style: apply prettier formatting --- .../admin/pages/admin-home-media.component.scss | 4 ++-- .../admin/pages/admin-shell.component.scss | 15 ++++++++++++--- .../app/features/shop/shop-page.component.scss | 15 ++++++++------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/features/admin/pages/admin-home-media.component.scss b/frontend/src/app/features/admin/pages/admin-home-media.component.scss index c75705f..7f70af2 100644 --- a/frontend/src/app/features/admin/pages/admin-home-media.component.scss +++ b/frontend/src/app/features/admin/pages/admin-home-media.component.scss @@ -14,11 +14,11 @@ .section-header h2 { margin: 0; } -.media-panel-header{ +.media-panel-header { margin-bottom: var(--space-3); } -.group-header{ +.group-header { margin-bottom: var(--space-3); } diff --git a/frontend/src/app/features/admin/pages/admin-shell.component.scss b/frontend/src/app/features/admin/pages/admin-shell.component.scss index 37e991a..651b149 100644 --- a/frontend/src/app/features/admin/pages/admin-shell.component.scss +++ b/frontend/src/app/features/admin/pages/admin-shell.component.scss @@ -98,7 +98,10 @@ } :host ::ng-deep .content .ui-form-control, -:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), +:host + ::ng-deep + .content + input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), :host ::ng-deep .content select, :host ::ng-deep .content textarea { width: 100%; @@ -116,7 +119,10 @@ } :host ::ng-deep .content .ui-form-control:focus, -:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, +:host + ::ng-deep + .content + input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, :host ::ng-deep .content select:focus, :host ::ng-deep .content textarea:focus { outline: none; @@ -125,7 +131,10 @@ } :host ::ng-deep .content .ui-form-control:disabled, -:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):disabled, +:host + ::ng-deep + .content + input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):disabled, :host ::ng-deep .content select:disabled, :host ::ng-deep .content textarea:disabled { background: var(--color-surface-muted); diff --git a/frontend/src/app/features/shop/shop-page.component.scss b/frontend/src/app/features/shop/shop-page.component.scss index ef9717d..1ea292d 100644 --- a/frontend/src/app/features/shop/shop-page.component.scss +++ b/frontend/src/app/features/shop/shop-page.component.scss @@ -67,9 +67,10 @@ color: var(--color-text); text-align: left; cursor: pointer; - transition: background-color 0.18s ease, - border-color 0.18s ease, - transform 0.18s ease; + transition: + background-color 0.18s ease, + border-color 0.18s ease, + transform 0.18s ease; } .category-link:hover, @@ -253,10 +254,10 @@ min-height: 400px; border-radius: 1.1rem; background: linear-gradient( - 110deg, - rgba(255, 255, 255, 0.7) 8%, - rgba(238, 235, 226, 0.95) 18%, - rgba(255, 255, 255, 0.7) 33% + 110deg, + rgba(255, 255, 255, 0.7) 8%, + rgba(238, 235, 226, 0.95) 18%, + rgba(255, 255, 255, 0.7) 33% ); background-size: 220% 100%; animation: skeleton 1.35s linear infinite;