Skip to content

Commit

Permalink
feat: IOS theme header list CSS design
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Feb 19, 2018
1 parent 6e72bb2 commit 256c10c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/components/list/list.ios.styl
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,19 @@
&:last-child
display none
& + .q-list-header
margin-top (- $item-padding / 2)
margin-top ($item-padding / 2)
.q-item-separator-inset-component
margin-left ($item-padding + $item-gutter + $item-primary-size)

.q-list-header
color $item-label-color
font-size 14px
font-size 10px
font-weight 500
line-height 48px
padding-left $item-padding
min-height 35px
padding ($item-padding / 2) ($item-padding / 2) ($item-padding / 2) $item-padding
line-height 14px
letter-spacing 1px
text-transform uppercase
.q-list-header-inset
padding-left ($item-padding + $item-gutter + $item-primary-size)

Expand Down

0 comments on commit 256c10c

Please sign in to comment.