1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-19 04:11:24 +02:00

Add rating

This commit is contained in:
Phuoc Nguyen
2019-11-26 08:52:54 +07:00
parent 46d6b4dd57
commit a936883c39
9 changed files with 171 additions and 4 deletions

View File

@@ -3,8 +3,9 @@ import React from 'react';
const Frame: React.FC<{}> = ({ children }) => {
return (
<div
className="ba b--black-30 br2"
style={{
border: '1px solid rgba(0, 0, 0, 0.3)',
borderRadius: '4px',
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',