This commit is contained in:
syuilo 2020-12-05 12:57:15 +09:00
parent af5b4749b0
commit fbbc7d005d
2 changed files with 2 additions and 10 deletions

View file

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