1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/_assets/styl/icons.styl

25 lines
465 B
Stylus
Raw Normal View History

2014-07-12 02:00:18 +02:00
//
// kremalicious3
// --------------
// Icons
//
2015-06-08 19:40:53 +02:00
svg
&.icon
height: 24px
width: 24px
display: inline-block
fill: currentColor
2014-07-12 02:00:18 +02:00
vertical-align: baseline
2015-06-08 19:40:53 +02:00
.btn &
height: 18px
width: 18px
margin: 4px -4px 0 4px
filter: drop-shadow( 0 1px #eee )
float: right
2014-07-12 02:00:18 +02:00
2015-06-08 19:40:53 +02:00
// Fix jQuery bug: http://bugs.jquery.com/ticket/11352
use
pointer-events: none