UNPKG
react-giphy-searchbox-stickers
Version:
latest (1.0.5)
1.0.5
React Giphy Searchbox
github.com/sergiop/react-giphy-searchbox
sergiop/react-giphy-searchbox
react-giphy-searchbox-stickers
/
es
/
components
/
SearchForm
/
SearchForm.module.css
18 lines
(15 loc)
•
227 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.form
{
position
: relative;
margin-bottom
:
10px
; }
.input
{
padding
:
6px
4px
;
width
:
100%
;
font-size
:
1em
;
font-family
: inherit;
outline
: none;
border
:
1px
solid
#ddd
; }
.input
:focus
{
border-color
:
#bbb
; }