mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
25 lines
465 B
Stylus
25 lines
465 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Icons
|
|
//
|
|
|
|
svg
|
|
&.icon
|
|
height: 24px
|
|
width: 24px
|
|
display: inline-block
|
|
fill: currentColor
|
|
vertical-align: baseline
|
|
|
|
.btn &
|
|
height: 18px
|
|
width: 18px
|
|
margin: 4px -4px 0 4px
|
|
filter: drop-shadow( 0 1px #eee )
|
|
float: right
|
|
|
|
// Fix jQuery bug: http://bugs.jquery.com/ticket/11352
|
|
use
|
|
pointer-events: none
|