fix: background

This commit is contained in:
Tienson Qin
2021-03-08 11:26:24 +08:00
parent 126902bdcd
commit ec55e88810
5 changed files with 11 additions and 10 deletions

View File

@@ -66,7 +66,11 @@
}
&-panel {
@apply relative rounded-md p-8 shadow-xl;
@apply relative rounded-md shadow-xl;
background: var(--ls-secondary-background-color);
.panel-content {
padding: 2rem;
}
}
&-close {