9 lines
197 B
CSS
9 lines
197 B
CSS
@layer pages {
|
|
.device_detail {
|
|
flex: 2;
|
|
border-radius: calc(var(--border-radius) * 2);
|
|
padding: calc(var(--spacing) * 2);
|
|
background-color: var(--color-surface-container);
|
|
}
|
|
}
|