e106597e31
Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
18 lines
367 B
SCSS
18 lines
367 B
SCSS
i.icon-gitorious {
|
|
display: inline-block;
|
|
background-position: 0 0;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
i.icon-gitorious-small {
|
|
background-image: image-url('gitorious-logo-blue.png');
|
|
width: 13px;
|
|
height: 13px;
|
|
}
|
|
|
|
i.icon-gitorious-big {
|
|
background-image: image-url('gitorious-logo-black.png');
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|