style(poc4): remove legacy hero decoration

This commit is contained in:
devmrko
2026-07-22 10:37:26 +09:00
parent 12d6d8f013
commit add62a5b40

View File

@@ -316,27 +316,17 @@ section[data-testid="stSidebar"] input:disabled {
} }
.kb-hero { .kb-hero {
position: relative;
overflow: hidden;
display: grid; display: grid;
grid-template-columns: minmax(0, 1fr) 236px; grid-template-columns: minmax(0, 1fr) 236px;
grid-template-areas: "main logo"; grid-template-areas: "main logo";
gap: 24px; gap: 24px;
align-items: start; align-items: start;
border: 1px solid var(--kb-line); border: 1px solid var(--kb-line);
border-radius: 20px; border-radius: 8px;
padding: 28px; padding: 28px;
margin-bottom: 24px; margin-bottom: 24px;
background: #ffffff; background: #ffffff;
box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08); box-shadow: none;
}
.kb-hero::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 8px;
background: var(--kb-yellow);
} }
.kb-hero-main { .kb-hero-main {
@@ -1156,7 +1146,6 @@ div[data-testid="stForm"],
box-shadow: none !important; box-shadow: none !important;
} }
.kb-hero::before,
.kb-section-title.input, .kb-section-title.input,
.kb-panel-title, .kb-panel-title,
.kb-arch-stage.experience, .kb-arch-stage.experience,