mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
43 lines
674 B
Plaintext
43 lines
674 B
Plaintext
|
|
.logo, .icon {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
}
|
|
|
|
.icon {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.logo {
|
|
display: inline-block;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.mount-T {
|
|
background-image: url(images/icons/mount-t.svg);
|
|
}
|
|
.mount-F {
|
|
background-image: url(images/icons/mount-f.svg);
|
|
}
|
|
.mount-G {
|
|
background-image: url(images/icons/mount-g.svg);
|
|
}
|
|
|
|
.shipyard {
|
|
background-image: url(images/icons/logo.svg);
|
|
}
|
|
|
|
.github {
|
|
background-image: url(images/icons/github-mark.svg);
|
|
}
|
|
|
|
.reddit {
|
|
background-image: url(images/icons/reddit.svg);
|
|
}
|
|
|
|
.elite-dangerous {
|
|
background-image: url(images/ed-logo-sm.png);
|
|
} |