Initial commit
This commit is contained in:
23
src/components/layout/CenterPanel.module.css
Normal file
23
src/components/layout/CenterPanel.module.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.panel {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--bg-base);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.empty {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--text-muted);
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
padding: 40px;
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user