feat: ui components for nav url form
This commit is contained in:
19
src/components/atoms/form.tsx
Normal file
19
src/components/atoms/form.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const NavBarForm = styled.form`
|
||||
flex: 1px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
position: relative;
|
||||
`;
|
||||
|
||||
export const NavBarInput = styled.input`
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
padding-left: 12px;
|
||||
padding-right: 40px;
|
||||
`;
|
||||
Reference in New Issue
Block a user