2017-07-02 22:49:54 +00:00
|
|
|
#images
|
|
|
|
tr
|
|
|
|
td:nth-child(2)
|
|
|
|
width: 320px
|
|
|
|
|
|
|
|
.color
|
|
|
|
border-radius: 2px
|
|
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1)
|
|
|
|
display: inline-block
|
|
|
|
float: left
|
|
|
|
height: 24px
|
|
|
|
margin-right: 8px
|
|
|
|
width: 24px
|
|
|
|
|
|
|
|
.button.is-rss
|
|
|
|
background-color: #f26522
|
|
|
|
border-color: transparent
|
|
|
|
color: #fff
|
|
|
|
&:hover
|
|
|
|
background-color: darken(#f26522, 5%)
|
|
|
|
&:active
|
|
|
|
background-color: darken(#f26522, 10%)
|
2017-07-24 13:44:24 +00:00
|
|
|
|
|
|
|
.view-all-versions
|
|
|
|
color: $text-light
|
|
|
|
&:hover
|
|
|
|
text-decoration: underline
|
2017-07-26 20:06:52 +00:00
|
|
|
|
|
|
|
.feature-title
|
|
|
|
color: $text-light
|
|
|
|
a
|
|
|
|
border-bottom: 1px solid transparent
|
|
|
|
color: $text-strong
|
|
|
|
&:hover
|
|
|
|
border-bottom-color: $primary
|
2017-07-29 13:38:45 +00:00
|
|
|
|
2017-07-29 14:31:19 +00:00
|
|
|
.anchor-title
|
|
|
|
padding-top: 1.5rem
|
|
|
|
position: relative
|
2017-07-29 22:16:31 +00:00
|
|
|
+mobile
|
|
|
|
padding-left: 2rem
|
2017-07-29 14:31:19 +00:00
|
|
|
|
|
|
|
.anchor-link
|
|
|
|
position: absolute
|
|
|
|
right: calc(100% + 1rem)
|
2017-07-29 22:16:31 +00:00
|
|
|
+mobile
|
|
|
|
left: 0
|
|
|
|
right: auto
|
2017-07-29 14:31:19 +00:00
|
|
|
|
2017-07-29 13:38:45 +00:00
|
|
|
.article-image
|
|
|
|
background-color: $primary
|
|
|
|
display: block
|
|
|
|
height: 240px
|
|
|
|
margin-left: auto
|
|
|
|
margin-right: auto
|
|
|
|
width: 320px
|
|
|
|
position: relative
|
|
|
|
text-align: center
|
|
|
|
@each $name, $pair in $colors
|
|
|
|
$color: nth($pair, 1)
|
|
|
|
&.is-#{$name}
|
|
|
|
background-color: $color
|
|
|
|
&:hover
|
|
|
|
.article-overlay
|
|
|
|
opacity: 0.25
|
|
|
|
.article-icon
|
|
|
|
transform: scale(1.1)
|
|
|
|
.article-title
|
|
|
|
transform: scale(0.9)
|
|
|
|
&.is-single
|
|
|
|
margin-bottom: 2rem
|
|
|
|
width: 100%
|
|
|
|
+mobile
|
|
|
|
height: 180px
|
|
|
|
width: 240px
|
|
|
|
|
|
|
|
.article-overlay
|
|
|
|
+overlay
|
|
|
|
background-color: $black
|
|
|
|
opacity: 0
|
|
|
|
transition-duration: $speed
|
|
|
|
transition-property: opacity
|
|
|
|
transition-timing-function: $easing
|
|
|
|
|
|
|
|
.article-icon,
|
|
|
|
.article-title
|
|
|
|
+overlay
|
|
|
|
align-items: center
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
transition-duration: $speed
|
|
|
|
transition-property: transform
|
|
|
|
transition-timing-function: $easing
|
|
|
|
|
|
|
|
.article-icon
|
|
|
|
color: $black
|
|
|
|
opacity: 0.25
|
|
|
|
.fa
|
|
|
|
font-size: 56px
|
|
|
|
|
|
|
|
.article-title
|
|
|
|
color: $white
|
|
|
|
font-size: 2.5rem
|
|
|
|
font-weight: $weight-bold
|
|
|
|
line-height: 1.25
|
2017-07-30 17:22:13 +00:00
|
|
|
|
|
|
|
.emoji
|
|
|
|
margin-right: 0.5em
|
|
|
|
margin-top: 2px
|