Files
coriolis/app/less/outfit.less
2015-05-27 02:02:04 -07:00

69 lines
849 B
Plaintext
Executable File

#outfit {
font-size: 1.1em;
// iPads Landscape
.tablet({
& {
font-size: 0.95em;
}
});
width: 64em;
margin: 0 auto;
.user-select-none();
}
#overview {
h1 {
margin: 0;
float: left;
}
overflow: hidden;
}
#summary {
.user-select-none();
width: 100%;
margin-top: 1em;
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 {
margin-right: 0.3em;
.slot {
clear: left;
}
}
#internal {
.slot {
clear: left;
}
}