Added Outfitting section sub-menu

This commit is contained in:
Colin McLeod
2015-10-06 22:49:09 -07:00
parent 623be748c0
commit f42dc481df
8 changed files with 245 additions and 67 deletions

View File

@@ -51,6 +51,31 @@
transform: scaleX(-1); /* standard */
}
.section-menu {
position: relative;
z-index: 1;
&.selected {
h1 {
background-color: @primary;
}
}
h1 {
cursor: pointer;
}
.icon {
float: right;
margin: 0.1em 0.3em 0 0;
}
.select {
box-sizing: border-box;
left: 0;
}
}
#build {
float: right;
line-height: 2em;