Commit 1c932a61 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'create-svg-wrapper-css-class' into 'master'

Add square css class

See merge request gitlab-org/gitlab-ce!24875
parents 829a5a9e 4a24eb92
......@@ -38,7 +38,10 @@
svg {
fill: currentColor;
}
.square,
svg {
$svg-sizes: 8 10 12 14 16 18 24 32 48 72;
@each $svg-size in $svg-sizes {
&.s#{$svg-size} {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment