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
/
lib
/
components
/
ImageItem
/
ImageItem.module.css
20 lines
(17 loc)
•
236 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.imageButton
{
background
:
#ccc
;
color
: inherit;
border
: none;
padding
:
0
;
font
: inherit;
cursor
: pointer;
outline
: inherit; }
.imageButton
:focus
{
opacity
:
0.6
; }
.image
{
display
: block;
width
:
100%
;
height
: auto; }