1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_assets/styl/content-link.styl

22 lines
391 B
Stylus
Raw Normal View History

2014-07-12 21:22:47 +02:00
//
// 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
2015-06-08 21:22:09 +02:00
@extend .alignright
.icon
fill: $link-color