This also removes the need for the Debug component and we can no longer consider this website pre-alpha. * feat: loading fits from a Browser's LocalStorage * feat: show name of fit next to the fit * feat: ability to rename fits and save them in the browser * feat: visually indicate the origin of a fit (browser, ESI, ..) * feat: import/export current fit as EFT string * feat: import of ESI JSON fits from clipboard * feat: "Share Link" button to quickly share the current fit * fix: name a new ship's name based on the ship type * fix: rotate the radial menu icon back into an upright position * fix: use proper icons for cargo-hold and drone-bay * fix: sort the fits based on their name * fix: selecting two filters in Hardware shows an empty list
37 lines
652 B
CSS
37 lines
652 B
CSS
.banner {
|
|
background-color: #cdcdcd;
|
|
border-radius: 25px;
|
|
margin-top: 10px;
|
|
padding: 20px 0;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.bannerLinks {
|
|
display: inline;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 8px;
|
|
}
|
|
.bannerLinks > a {
|
|
background-color: #2a2a2a;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
height: 37px;
|
|
margin-left: 10px;
|
|
padding-top: 6px;
|
|
width: 43px;
|
|
}
|
|
|
|
.bannerConstruction {
|
|
background-color: #c84824;
|
|
border-radius: 25px;
|
|
color: #c5c5c5;
|
|
margin-top: 10px;
|
|
padding: 20px 0;
|
|
text-align: center;
|
|
}
|
|
.bannerConstruction > a {
|
|
color: #c5f5c5;
|
|
}
|