mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-30 23:26:40 +07:00
radius
This commit is contained in:
parent
b245cd0640
commit
10a6548d39
5 changed files with 24 additions and 10 deletions
src/components/flow
|
@ -4,7 +4,7 @@
|
|||
display: flex;
|
||||
flex: 0 0;
|
||||
background: $cell_bg;
|
||||
border-radius: 4px;
|
||||
border-radius: $cell_radius;
|
||||
position: relative;
|
||||
|
||||
&:global(.is_hero) {
|
||||
|
@ -12,6 +12,7 @@
|
|||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ export const TestGrid = () => (
|
|||
<Cell
|
||||
width={Math.floor(Math.random() * 3)}
|
||||
height={Math.floor(Math.random() * 3)}
|
||||
title="Example cell Example cell Example cell Example cell Example cell Example cell Example cell "
|
||||
title={`Cell ${el}`}
|
||||
/>
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue