Files
coriolis/app/less/outfit.less
2015-06-02 20:11:13 -07:00

68 lines
854 B
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;
});
}
#overview {
h1 {
margin: 0;
float: left;
}
overflow: hidden;
}
#summary {
.user-select-none();
width: 100%;
margin: 1em 0;
font-size: 0.8em;
border-collapse: collapse;
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;
}
}
}
#hardpoints, #utility, #standard {
padding-right: 0.3em;
.slot {
clear: left;
}
}
#internal {
.slot {
clear: left;
}
}