Files
coriolis/app/less/shipyard.less
2015-05-03 13:23:30 -07:00

51 lines
740 B
Plaintext

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