Style data disk offering step

This commit is contained in:
Brian Federle 2013-10-09 14:10:34 -07:00
parent bffb10ab86
commit f302c86855
1 changed files with 34 additions and 0 deletions

View File

@ -75,4 +75,38 @@
}
}
}
.step.data-disk-offering {
&.custom-disk-size {
.select-container {
height: 200px;
}
}
.section.custom-size {
label:not(.size) {
@include span-columns(12);
}
label.size {
text-align: center;
margin-top: 20px;
float: left;
}
.ui-slider {
@include span-columns(7);
}
input[type=text] {
@include shift(2);
padding: 5px;
float: left;
margin-right: 25px;
}
margin-top: 20px;
}
}
}