feat(ui): enforce shared page shell contract
This commit is contained in:
@@ -9,6 +9,22 @@
|
||||
--unified-muted-color: #6f84a8;
|
||||
}
|
||||
|
||||
.ctms-page-shell {
|
||||
padding: 16px 20px 20px;
|
||||
}
|
||||
|
||||
.ctms-page-header-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.ctms-page-content-grid {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.unified-shell {
|
||||
background: var(--unified-shell-bg);
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user