This commit is contained in:
syuilo 2020-11-29 16:37:33 +09:00
parent 133766bf8c
commit e87b3e2933
3 changed files with 11 additions and 5 deletions

View file

@ -236,15 +236,21 @@ hr {
}
._panel {
//position: relative;
//z-index: 1;
background: var(--panel);
border-radius: var(--radius);
//border: var(--panelBorder);
//box-shadow: var(--panelShadow);
overflow: hidden;
}
// TODO: 普通のpanelとの使い分けが特に決まっていないので廃止してもいいかも
._panelElevated {
@extend ._panel;
//position: relative;
//z-index: 1;
box-shadow: var(--panelShadow);
}
._card {
@extend ._panel;