mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-01-18 05:11:01 +00:00
24 lines
424 B
Stylus
24 lines
424 B
Stylus
|
.archive-post
|
||
|
padding: 1em 0
|
||
|
border-top: 1px solid color-border
|
||
|
&:last-child
|
||
|
padding-bottom: 40px
|
||
|
|
||
|
.archive-post-link
|
||
|
clearfix()
|
||
|
display: block
|
||
|
color: color-default
|
||
|
text-decoration: none
|
||
|
line-height: line-height
|
||
|
&:hover
|
||
|
color: color-link-hover
|
||
|
|
||
|
.archive-post-title
|
||
|
font-family: font-title
|
||
|
float: left
|
||
|
font-weight: bold
|
||
|
|
||
|
.archive-post-date
|
||
|
color: color-gray
|
||
|
float: right
|
||
|
font-size: 0.9em
|