Style guide pages

This commit is contained in:
Kamran Ahmed
2019-11-02 14:40:34 +04:00
parent 9f38b4b2c8
commit 132acfec00
7 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
import styled from 'styled-components';
export const IFrame = styled.iframe`
display: block;
width: 100%;
border: none;
margin: 30px auto;
`;