Add class size limit for SVG on IE11

stable
Xavier Julián 2015-06-16 10:41:34 +02:00 committed by Juanfran
parent 0c8b977903
commit d037e4c6c4
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
display: inline-block;
margin-left: .5rem;
width: .5rem;
svg {
height: .5rem;
width: .5rem;
}
path {
fill: $gray-light;
transition: fill .3s linear;