1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/_assets/styl/content-link.styl
2015-06-22 22:19:52 +02:00

26 lines
462 B
Stylus

//
// kremalicious3
// --------------
// Content - Link Post
//
.linkurl
@extend .ellipsis, .aligncenter
font-family: $font-family-base
font-size: $font-size-mini
color: $text-color-dimmed
padding: ($line-height-computed/3) 0
max-width: 70%
@media $breakpoint2
max-width: 50%
.permalink-link
@extend .alignright
.icon
fill: $link-color
width: 18px
&:hover .icon
fill: $link-color-hover