Retrofitting costs added to outfit page

This commit is contained in:
Colin McLeod
2015-06-30 21:06:12 -07:00
parent a3c65d6c69
commit 680872a302
5 changed files with 233 additions and 23 deletions

View File

@@ -113,6 +113,25 @@ table.total {
}
}
.tabs {
width: 100%;
margin-bottom: 1px;
&, th {
border-collapse: collapse;
color: @primary-disabled;
background-color: @primary-bg;
border: 1px solid @primary-disabled;
padding-top: 1px;
}
.active {
color: @primary-bg;
background-color: @primary-disabled;
}
}
.group {
width: 25%;
padding: 0.5em 0.2em;

View File

@@ -1,3 +1,14 @@
select {
.border-radius(0);
background: none;
color: @primary-disabled;
border: 1px solid @primary-disabled;
outline: none;
font-family: @fStandard;
font-size: 1em;
background-color: transparent;
}
.select {
color: @primary-disabled;
position: absolute;