Fluent UI v5 기준 Blazor 하네스 및 라우팅 정리 #8

Merged
kjh2064 merged 4 commits from refactor/fluentui-v5-harness into master 2026-06-29 23:32:02 +09:00
Showing only changes of commit 428eeb6fd8 - Show all commits
-33
View File
@@ -843,11 +843,6 @@ textarea:focus-visible {
vertical-align: middle;
}
.admin-table .mud-chip {
font-size: 0.68rem;
height: 22px;
}
.admin-table tbody a {
color: var(--primary-color);
text-decoration: none;
@@ -865,16 +860,6 @@ textarea:focus-visible {
outline-offset: 2px;
}
.admin-table .mud-chip-small {
height: 24px !important;
font-size: var(--font-size-xs) !important;
font-weight: var(--font-weight-medium);
min-width: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
}
/* Loading States */
.admin-skeleton {
background: linear-gradient(90deg, var(--bg-overlay) 0%, var(--bg-overlay-strong) 50%, var(--bg-overlay) 100%);
@@ -1270,15 +1255,6 @@ textarea:focus-visible {
/* Mobile S: <480px */
@media (max-width: 479px) {
.admin-login-page.mud-container-maxwidth-small {
max-width: 100% !important;
padding: var(--space-3);
}
.admin-login-page .mud-typography--h4 {
font-size: var(--font-size-2xl);
}
.admin-shell {
flex-direction: column;
height: auto;
@@ -1327,11 +1303,6 @@ textarea:focus-visible {
overflow-x: auto;
}
.admin-nav .mud-nav-link {
min-width: 100px;
font-size: var(--font-size-xs);
}
.admin-drawer-footer {
display: none;
}
@@ -1393,10 +1364,6 @@ textarea:focus-visible {
font-size: var(--font-size-base) !important;
}
.admin-section-header .mud-button {
width: 100%;
}
.admin-table {
font-size: var(--font-size-xs);
}