mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-06-22 17:19:18 +00:00
22 lines
277 B
Stylus
22 lines
277 B
Stylus
@import "../../config.styl"
|
|
|
|
.header
|
|
padding 16px
|
|
|
|
.delimiter
|
|
border-bottom 2px solid grey
|
|
padding-bottom 2px
|
|
|
|
.img
|
|
border-top-left-radius 4px
|
|
border-top-right-radius 4px
|
|
|
|
.title
|
|
font-weight bold
|
|
font-size rem(20)
|
|
margin 0 0 8px
|
|
|
|
.subtitle
|
|
font-size rem(14)
|
|
margin 0
|