mirror of
				https://github.com/phuoc-ng/csslayout.git
				synced 2025-10-29 04:16:23 +01:00 
			
		
		
		
	Remove tachyons
This commit is contained in:
		| @@ -5,11 +5,47 @@ import Frame from '../../placeholders/Frame'; | ||||
| const Cover: React.FC<{}> = () => { | ||||
|     return ( | ||||
|         <Frame> | ||||
|             <div className="h-100 flex items-center justify-center pa2"> | ||||
|                 <div className="b--black-30 ba br2 flex w-100 h1"> | ||||
|                     <div className="b--black-30 br flex items-center justify-center w1">-</div> | ||||
|                     <div className="flex-grow-1" /> | ||||
|                     <div className="b--black-30 bl flex items-center justify-center w1">+</div> | ||||
|             <div | ||||
|                 style={{ | ||||
|                     alignItems: 'center', | ||||
|                     display: 'flex', | ||||
|                     height: '100%', | ||||
|                     justifyContent: 'center', | ||||
|                     padding: '8px', | ||||
|                 }} | ||||
|             > | ||||
|                 <div | ||||
|                     style={{ | ||||
|                         border: '1px solid rgba(0, 0, 0, 0.3)', | ||||
|                         borderRadius: '4px', | ||||
|                         display: 'flex', | ||||
|                         height: '24px', | ||||
|                         width: '100%', | ||||
|                     }} | ||||
|                 > | ||||
|                     <div | ||||
|                         style={{ | ||||
|                             alignItems: 'center', | ||||
|                             borderRight: '1px solid rgba(0, 0, 0, 0.3)', | ||||
|                             display: 'flex', | ||||
|                             justifyContent: 'center', | ||||
|                             width: '16px', | ||||
|                         }} | ||||
|                     > | ||||
|                         - | ||||
|                     </div> | ||||
|                     <div style={{ flex: 1 }} /> | ||||
|                     <div | ||||
|                         style={{ | ||||
|                             alignItems: 'center', | ||||
|                             borderLeft: '1px solid rgba(0, 0, 0, 0.3)', | ||||
|                             display: 'flex', | ||||
|                             justifyContent: 'center', | ||||
|                             width: '16px', | ||||
|                         }} | ||||
|                     > | ||||
|                         + | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|         </Frame> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user