Files
coriolis/app/less/logos.less
Colin McLeod 1097ca5a42 Initial commit
2015-04-16 18:29:29 -07:00

23 lines
402 B
Plaintext

.logo {
background-repeat: no-repeat;
background-position: center;
display: inline-block;
width: 30px;
height: 30px;
}
.github {
background-image: url(images/github-mark.svg);
background-size: contain;
}
.reddit {
background-image: url(images/reddit.svg);
background-size: contain;
}
.elite-dangerous {
background-image: url(images/ed-logo-sm.png);
background-size: contain;
}