mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
35 lines
728 B
Stylus
35 lines
728 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Icons
|
|
//
|
|
|
|
svg
|
|
&.icon
|
|
height: 20px
|
|
width: 20px
|
|
display: inline-block
|
|
fill: $text-color-light
|
|
vertical-align: baseline
|
|
transition: all .2s ease-in-out
|
|
|
|
.btn &
|
|
height: 18px
|
|
width: 18px
|
|
margin: 4px 4px -3px 4px
|
|
|
|
// Fix jQuery bug: http://bugs.jquery.com/ticket/11352
|
|
use
|
|
pointer-events: none
|
|
|
|
//
|
|
// some helper classes for old content
|
|
//
|
|
// .btn.icon-download
|
|
// &:before
|
|
// content: ""
|
|
// width: 20px
|
|
// height: 20px
|
|
// display: inline-block
|
|
// background: url('/assets/img/entypo-arrow-with-circle-down.svg') no-repeat center center
|