mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
Matthias Kretschmann
384b364a63
- switch to rem based typography - switch to rem based spacing - responsive typography through root font size change
26 lines
448 B
Stylus
26 lines
448 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: ($spacer/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
|