Add feature settings page

This commit is contained in:
Hazem Krimi
2021-05-26 23:44:29 +01:00
parent f8189ec094
commit 3af903f7e5
2 changed files with 477 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import styled from 'styled-components';
export const Wrapper = styled.div`
padding: 35px 45px 35px 120px;
.feature-type {
background: ${({ theme }) => theme.colors.gray.dark};
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
`;