UNPKG
pdh-design-system
Version:
beta (0.6.2)
latest (1.0.1)
1.0.1
1.0.0
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.10
0.7.9
0.7.8
0.7.7
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.0.1
PDH Design System React Components
design-js.pacificdata.org
pdh-design-system
/
dist
/
css
/
organisms
/
SearchBar
/
SearchBar.css
14 lines
(12 loc)
•
238 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.search-bar
{
width
:
100%
;
padding
:
50px
;
border-radius
:
8px
;
background
:
linear-gradient
(
90deg
,
#F8F9FA
6.77%
,
#DEE2E6
104.57%
); }
.search-bar
.search
{
max-width
:
560px
; }
.search-bar
.input-group
{
justify-content
: end; }