fix: existing shortcuts and css tweaks

This commit is contained in:
Tienson Qin
2021-03-01 20:11:06 +08:00
parent b71d4968e4
commit 4884d2380d
9 changed files with 36 additions and 31 deletions

View File

@@ -61,9 +61,13 @@
@apply fixed inset-0 transition-opacity;
}
&-overlay div {
background: var(--ls-quaternary-background-color);
}
&-panel {
@apply relative bg-white rounded-md px-4 pt-5
pb-4 overflow-hidden shadow-xl;
pb-4 shadow-xl;
}
&-close {