1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-21 21:26:15 +02:00

Remove tachyons

This commit is contained in:
Phuoc Nguyen
2019-11-27 12:31:18 +07:00
parent d3a4fdffee
commit 835c3af8ff
94 changed files with 3113 additions and 699 deletions

View File

@@ -5,11 +5,36 @@ import Frame from '../../placeholders/Frame';
const Cover: React.FC<{}> = () => {
return (
<Frame>
<div className="h-100 flex flex-column items-center justify-center">
<div className="w2 h2 relative ba b--black-30 br2">
<div
style={{
alignItems: 'center',
display: 'flex',
flexDirection: 'column',
height: '100%',
justifyContent: 'center',
padding: '8px',
}}
>
<div
style={{
border: '1px solid rgba(0, 0, 0, 0.3)',
borderRadius: '4px',
height: '32px',
position: 'relative',
width: '32px',
}}
>
<div
className="absolute top-0 right-0 br-pill bg-dark-blue"
style={{ height: '16px', transform: 'translate(50%, -50%)', width: '16px' }}
style={{
backgroundColor: '#00449E',
borderRadius: '9999px',
height: '16px',
position: 'absolute',
right: 0,
top: 0,
transform: 'translate(50%, -50%)',
width: '16px',
}}
/>
</div>
</div>