Files
coriolis/app/less/outfit.less

106 lines
1.5 KiB
Plaintext
Executable File

#outfit {
font-size: 1.1em;
max-width: 1200px;
margin: 0 auto;
.user-select-none();
.tablet({
width: 100%;
//min-width: 750px;
//font-size: 0.8em;
});
&>.list {
@media screen and (max-width: 1000px) {
width: 49%;
}
@media screen and (max-width: 600px) {
width: 100%;
}
}
}
#overview {
h1 {
margin: 0;
float: left;
}
overflow: hidden;
}
#summary {
overflow-x: auto;
width: 100%;
margin: 1em 0 2em 0;
#summaryTable {
.user-select-none();
width: 100%;
border-collapse: collapse;
font-size: 0.8em;
tbody td {
padding: 0 0.5em;
}
}
}
#build {
float: right;
line-height: 2em;
font-size: 0.8em;
input {
background: none;
line-height: 1.5em;
font-size: 0.8em;
box-sizing: border-box;
display: inline-block;
padding: 0.5em;
&:focus {
border: 1px solid @primary;
color: @primary;
}
}
@media screen and (max-width: 340px) {
button {
padding: 0.25em;
}
}
}
#hardpoints, #utility, #standard {
padding-right: 0.3em;
.slot {
clear: left;
}
}
#internal {
.slot {
clear: left;
}
}
.outfit-button-label {
margin-left: 0.5em;
@media screen and (max-width: 640px) {
display: none;
}
}
#jumpRange {
width: 50%;
padding: 0 0.5em;
@media screen and (max-width: 1000px) {
float: right;
clear: both;
display: block;
width: 100% !important;
}
}