관리자 CSS 레거시 추가 정리
This commit is contained in:
@@ -843,11 +843,6 @@ textarea:focus-visible {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-table .mud-chip {
|
|
||||||
font-size: 0.68rem;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-table tbody a {
|
.admin-table tbody a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -865,16 +860,6 @@ textarea:focus-visible {
|
|||||||
outline-offset: 2px;
|
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 */
|
/* Loading States */
|
||||||
.admin-skeleton {
|
.admin-skeleton {
|
||||||
background: linear-gradient(90deg, var(--bg-overlay) 0%, var(--bg-overlay-strong) 50%, var(--bg-overlay) 100%);
|
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 */
|
/* Mobile S: <480px */
|
||||||
@media (max-width: 479px) {
|
@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 {
|
.admin-shell {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: auto;
|
height: auto;
|
||||||
@@ -1327,11 +1303,6 @@ textarea:focus-visible {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-nav .mud-nav-link {
|
|
||||||
min-width: 100px;
|
|
||||||
font-size: var(--font-size-xs);
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-drawer-footer {
|
.admin-drawer-footer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -1393,10 +1364,6 @@ textarea:focus-visible {
|
|||||||
font-size: var(--font-size-base) !important;
|
font-size: var(--font-size-base) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-section-header .mud-button {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-table {
|
.admin-table {
|
||||||
font-size: var(--font-size-xs);
|
font-size: var(--font-size-xs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user