Files
coriolis/app/less/shipyard.less

47 lines
679 B
Plaintext
Executable File

#shipyard {
vertical-align: top;
text-align: center;
}
a.ship {
display: inline-block;
width: 18em;
margin: 0.5em;
background-color: @bg;
padding: 0.5em;
text-decoration: none;
color: @fg;
font-family: @fStandard;
text-align: right;
.user-select-none();
h2 {
width: 100%;
margin: 0;
text-align: left;
}
small {
color: @warning;
font-family: @fTitle;
float: left;
font-size: 0.8em;
margin-right: 2em;
}
.subtitle {
overflow: hidden;
margin-bottom: 20px;
}
.size {
float: left;
font-size: 0.8em;
}
.purpose {
text-transform: uppercase;
font-size: 0.7em;
float: right;
}
}