mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
radiuses
This commit is contained in:
parent
87112cd985
commit
2f11bb80aa
10 changed files with 21 additions and 18 deletions
|
@ -111,7 +111,7 @@
|
|||
|
||||
.children {
|
||||
background: $content_bg;
|
||||
border-radius: $radius;
|
||||
border-radius: $radius $radius 0 0;
|
||||
}
|
||||
|
||||
.top_cap {
|
||||
|
@ -124,7 +124,7 @@
|
|||
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: " ";
|
||||
content: ' ';
|
||||
width: 100%;
|
||||
height: $radius;
|
||||
background: linear-gradient($content_bg, transparentize($content_bg, 1));
|
||||
|
@ -207,4 +207,4 @@
|
|||
&::before {
|
||||
animation: spin_2 0.5s forwards;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ const NodeLayoutUnconnected: FC<IProps> = ({
|
|||
<Card className={styles.node} seamless>
|
||||
{block && createElement(block, { node, is_loading })}
|
||||
|
||||
<NodePanel />
|
||||
<NodePanel node={node} />
|
||||
|
||||
<Group>
|
||||
<Padder>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue