Velocipede's User, Sales, and Bike Inventory Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
352 B

body {
padding-top: $grid-gutter-width / 2;
}
.x-boundlist-item {
white-space: nowrap;
}
8 years ago
fieldset, .fieldset {
margin-top: $line-height-computed;
margin-bottom: $line-height-computed;
}
.bootstrap-timepicker {
.form-group {
vertical-align: top;
}
8 years ago
}
.bike-color {
display: inline-block;
padding-left: 6px;
padding-right: 6px;
}