hexo-theme-amane/include/style/card.styl

19 lines
423 B
Stylus
Raw Normal View History

2020-03-09 18:35:53 +00:00
/* ---------------------------------
* Card
* --------------------------------- */
.card
overflow: visible
2020-03-09 18:35:53 +00:00
border-radius: $card-radius
& + .card, & + .column-right-shadow
margin-top: 1.5rem
.card-image
overflow: hidden
border-top-left-radius: $card-radius
border-top-right-radius: $card-radius
2020-03-09 18:35:53 +00:00
.media + .media
border: none
margin-top: 0