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

@@ -5,4 +5,8 @@ export const Pre = styled.pre`
padding: 20px 25px !important;
border-radius: 10px;
line-height: 1.5 !important;
code {
background: transparent;
}
`;