feat: text compont
This commit is contained in:
15
src/components/atoms/texts.tsx
Normal file
15
src/components/atoms/texts.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
export const WarningText = styled.p`
|
||||
border: 1px solid orange;
|
||||
display: flex;
|
||||
margin: 10px;
|
||||
flex-direction: column;
|
||||
font-size: small;
|
||||
background: rgba(255,165,0,0.15);
|
||||
padding: 5px;
|
||||
font-family: "Roboto","Helvetica","Arial",sans-serif;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 0.00938em;
|
||||
`
|
||||
Reference in New Issue
Block a user