feat/shop #36

Merged
JoeKung merged 12 commits from feat/shop into dev 2026-03-10 11:16:22 +01:00
3 changed files with 22 additions and 12 deletions
Showing only changes of commit 42e0e75d70 - Show all commits

View File

@@ -14,11 +14,11 @@
.section-header h2 { .section-header h2 {
margin: 0; margin: 0;
} }
.media-panel-header{ .media-panel-header {
margin-bottom: var(--space-3); margin-bottom: var(--space-3);
} }
.group-header{ .group-header {
margin-bottom: var(--space-3); margin-bottom: var(--space-3);
} }

View File

@@ -98,7 +98,10 @@
} }
:host ::ng-deep .content .ui-form-control, :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 select,
:host ::ng-deep .content textarea { :host ::ng-deep .content textarea {
width: 100%; width: 100%;
@@ -116,7 +119,10 @@
} }
:host ::ng-deep .content .ui-form-control:focus, :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 select:focus,
:host ::ng-deep .content textarea:focus { :host ::ng-deep .content textarea:focus {
outline: none; outline: none;
@@ -125,7 +131,10 @@
} }
:host ::ng-deep .content .ui-form-control:disabled, :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 select:disabled,
:host ::ng-deep .content textarea:disabled { :host ::ng-deep .content textarea:disabled {
background: var(--color-surface-muted); background: var(--color-surface-muted);

View File

@@ -67,9 +67,10 @@
color: var(--color-text); color: var(--color-text);
text-align: left; text-align: left;
cursor: pointer; cursor: pointer;
transition: background-color 0.18s ease, transition:
border-color 0.18s ease, background-color 0.18s ease,
transform 0.18s ease; border-color 0.18s ease,
transform 0.18s ease;
} }
.category-link:hover, .category-link:hover,
@@ -253,10 +254,10 @@
min-height: 400px; min-height: 400px;
border-radius: 1.1rem; border-radius: 1.1rem;
background: linear-gradient( background: linear-gradient(
110deg, 110deg,
rgba(255, 255, 255, 0.7) 8%, rgba(255, 255, 255, 0.7) 8%,
rgba(238, 235, 226, 0.95) 18%, rgba(238, 235, 226, 0.95) 18%,
rgba(255, 255, 255, 0.7) 33% rgba(255, 255, 255, 0.7) 33%
); );
background-size: 220% 100%; background-size: 220% 100%;
animation: skeleton 1.35s linear infinite; animation: skeleton 1.35s linear infinite;