UNPKG
generator-min-app
Version:
latest (1.0.6)
1.0.6
1.0.5
hcy system layout and pages
generator-min-app
/
generators
/
app
/
templates
/
src
/
components
/
PageHeader
/
index.less
13 lines
(11 loc)
•
238 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.page-header
{
background
:
#FFF
;
font-family
:
'SF Pro Text'
;
font-style
: normal;
font-weight
:
400
;
font-size
:
24px
; //
line-height
:
32px
;
padding
:
16px
24px
;
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
15%
); //
height
:
80px
; }