Remove non-functional layout chrome
This commit is contained in:
@@ -38,18 +38,15 @@ summary,
|
||||
th,
|
||||
.eyebrow,
|
||||
.panel-title,
|
||||
.page-title,
|
||||
.detail-label,
|
||||
.branch-condition,
|
||||
.critical-branch-condition,
|
||||
.effect-stack h5,
|
||||
.tag,
|
||||
.stat-pill,
|
||||
.status-pill,
|
||||
.chip,
|
||||
.affix-badge,
|
||||
.table-list-title,
|
||||
.top-row-title,
|
||||
.legend-label {
|
||||
font-family: var(--font-heading);
|
||||
font-weight: 400;
|
||||
@@ -75,27 +72,12 @@ textarea {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
font-size: 2.5rem;
|
||||
line-height: 0.95;
|
||||
margin: 0;
|
||||
font-family: var(--font-heading);
|
||||
}
|
||||
|
||||
.lede {
|
||||
margin: 0;
|
||||
color: var(--ink-soft);
|
||||
font-size: 1.05rem;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.dashboard-grid {
|
||||
display: grid;
|
||||
gap: 1.25rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
}
|
||||
|
||||
.hero-panel,
|
||||
.panel {
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 24px;
|
||||
@@ -103,14 +85,6 @@ textarea {
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.hero-panel {
|
||||
padding: 1.6rem;
|
||||
margin-bottom: 1.25rem;
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 251, 243, 0.94), rgba(244, 232, 203, 0.94)),
|
||||
var(--panel);
|
||||
}
|
||||
|
||||
.panel {
|
||||
padding: 1.35rem;
|
||||
}
|
||||
@@ -750,7 +724,6 @@ textarea {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.hero-panel,
|
||||
.panel {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user