1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-12 00:54:45 +02:00

Add drawer navigation

This commit is contained in:
Phuoc Nguyen
2019-12-13 09:18:17 +07:00
parent 60211e0959
commit a0b6eb28e4
7 changed files with 140 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ const Frame: React.FC<{}> = ({ children }) => {
<div
style={{
border: '1px solid rgba(0, 0, 0, 0.3)',
borderRadius: '4px',
borderRadius: '2px',
boxShadow: 'rgba(0, 0, 0, 0.2) 0px 16px 24px -4px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px',
height: '100px',
width: '100px',