2014-07-12 21:22:47 +02:00
|
|
|
//
|
|
|
|
// kremalicious3
|
|
|
|
// --------------
|
|
|
|
// Content - Link Post
|
|
|
|
//
|
|
|
|
|
|
|
|
.linkurl
|
2016-05-25 23:03:36 +02:00
|
|
|
@extend .text-dimmed, .ellipsis, .aligncenter
|
2014-07-12 21:22:47 +02:00
|
|
|
font-family: $font-family-base
|
|
|
|
font-size: $font-size-mini
|
2016-04-16 19:32:58 +02:00
|
|
|
padding: ($spacer/3) 0
|
2014-07-12 21:22:47 +02:00
|
|
|
max-width: 70%
|
|
|
|
|
2016-06-09 19:25:01 +02:00
|
|
|
@media $screen-sm
|
2014-07-12 21:22:47 +02:00
|
|
|
max-width: 50%
|
|
|
|
|
|
|
|
.permalink-link
|
2015-06-08 21:22:09 +02:00
|
|
|
@extend .alignright
|
|
|
|
.icon
|
|
|
|
fill: $link-color
|
2015-06-22 21:28:31 +02:00
|
|
|
width: 18px
|
|
|
|
|
|
|
|
&:hover .icon
|
|
|
|
fill: $link-color-hover
|