feat(ui-fixes-phase6): Complete US-705 - Reducere Padding și Margin Top Excesiv
Implemented by Ralph autonomous loop. Iteration: 5 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1025,10 +1025,11 @@ onUnmounted(() => {
|
||||
US-603: Desktop Tabs (Clienți/Furnizori)
|
||||
================================================ */
|
||||
|
||||
/* US-705: Reduced margin-top from var(--space-md) to var(--space-sm) for less excessive top spacing */
|
||||
.desktop-tabs {
|
||||
display: flex;
|
||||
gap: var(--space-sm);
|
||||
margin-top: var(--space-md);
|
||||
margin-top: var(--space-sm);
|
||||
}
|
||||
|
||||
.desktop-tab {
|
||||
@@ -1076,9 +1077,9 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
/* Page Header - Desktop only */
|
||||
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
|
||||
/* US-705: Reduced from var(--space-md) to var(--space-sm) for less excessive top spacing */
|
||||
.page-header {
|
||||
margin-bottom: var(--space-md);
|
||||
margin-bottom: var(--space-sm);
|
||||
}
|
||||
|
||||
.page-title {
|
||||
|
||||
Reference in New Issue
Block a user