1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Merge pull request #405 from danleech/hotfix-1

Moves SVG styling into elements
This commit is contained in:
Dan Leech 2017-04-27 11:00:20 +01:00 committed by GitHub
commit de8d63fa3a
2 changed files with 9 additions and 7 deletions

View File

@ -25,13 +25,6 @@
padding: 0 0 0.75rem;
width: 20%;
}
svg {
height: 1.5rem;
width: 1.5rem;
}
path, rect, circle {
fill: #FFF;
}
}
.grid-item--ad {

View File

@ -18,3 +18,12 @@ body {
line-height: 1.5rem;
margin: 0;
}
svg {
height: 1.5rem;
width: 1.5rem;
}
path, rect, circle {
fill: #FFF;
}