mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
36 lines
677 B
Sass
36 lines
677 B
Sass
#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%)
|
|
|
|
.view-all-versions
|
|
color: $text-light
|
|
&:hover
|
|
text-decoration: underline
|
|
|
|
.feature-title
|
|
color: $text-light
|
|
a
|
|
border-bottom: 1px solid transparent
|
|
color: $text-strong
|
|
&:hover
|
|
border-bottom-color: $primary
|