tap/app/assets/stylesheets/orders.css.scss

30 lines
518 B
SCSS
Raw Normal View History

2014-11-06 17:56:00 +00:00
// Place all the styles related to the Orders controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
2015-02-19 17:07:34 +00:00
.form-control.input-lg {
2015-02-19 16:02:47 +00:00
height:66px;
text-align: center;
2015-02-19 14:30:13 +00:00
}
2015-02-19 17:07:34 +00:00
.big-form-button {
2015-02-19 14:30:13 +00:00
height:65px;
width:65px;
2015-02-18 20:16:27 +00:00
}
2015-02-19 17:07:34 +00:00
.form_row_image {
height: 100px;
width: 100px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.form_row_image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
top: 0;
margin: auto;
}