Add template settings page

This commit is contained in:
Hazem Krimi
2021-05-30 02:34:18 +01:00
parent ad1bd12660
commit f9d66b43ac
2 changed files with 1082 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
import styled from 'styled-components';
export const Wrapper = styled.div`
padding: 35px 45px 35px 120px;
`;