mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Refactoring of just about everything, interface beginning to come together
This commit is contained in:
43
app/less/icons.less
Normal file
43
app/less/icons.less
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user