Files
coriolis/app/less/outfit.less
2015-05-20 00:29:24 -07:00

70 lines
916 B
Plaintext

#outfit {
//width: 62em;
//margin: 0 auto;
}
#overview {
h1 {
margin: 0;
float: left;
}
}
#build {
float: right;
line-height: 2em;
input {
background: none;
color: @primary-disabled;
outline: none;
line-height: 1.5em;
font-size: 0.8em;
border: 1px solid @primary-disabled;
box-sizing: border-box;
display: inline-block;
padding: 0.5em;
&:hover, &:focus {
border: 1px solid @primary;
color: @primary;
}
}
}
#hardpoints {
.slot:nth-child(2n) {
clear: left;
margin-right: 0.5em;
}
}
#standard {
.slot {
clear: left;
}
}
#internal {
.slot {
clear: left;
}
}
#summary {
.user-select-none();
float: right;
min-width: 40em;
margin: 0.25em;
border-top: 2px solid @primary;
border-bottom: 2px solid @primary;
background-color: @primary-bg;
text-align: left;
}
.toggle {
cursor: pointer;
}