mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
13 lines
229 B
CSS
13 lines
229 B
CSS
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: var(--theme-spacing-lg);
|
|
}
|
|
|
|
.inner {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: var(--theme-colors-surface);
|
|
border-radius: var(--theme-radius-md);
|
|
}
|