wip
This commit is contained in:
parent
133766bf8c
commit
e87b3e2933
3 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue