styled component wfor infoText wasa created

This commit is contained in:
Vladimir Khvan 2023-02-21 13:27:20 +05:00
parent 6b403d8a4e
commit 13a4345518

View File

@ -0,0 +1,10 @@
import styled from 'styled-components';
export const InfoText = styled.p`
width: 660px;
font-family: 'Open Sans';
line-height: 20px;
color: #657077;
`;