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

24 lines
429 B
Stylus

//
// kremalicious3
// --------------
// Icons
//
svg
&.icon
@extend .transition
height: 20px
width: 20px
display: inline-block
fill: $text-color-light
vertical-align: baseline
.btn &
height: 18px
width: 18px
margin: 4px 4px -3px 4px
// Fix jQuery bug: http://bugs.jquery.com/ticket/11352
use
pointer-events: none