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

12 lines
289 B
SCSS
Raw Normal View History

2014-11-06 18:56:00 +01: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 15:30:13 +01:00
.form-control.input-lg{
2015-02-19 17:02:47 +01:00
height:66px;
text-align: center;
2015-02-19 15:30:13 +01:00
}
.big-form-button{
height:65px;
width:65px;
2015-02-18 21:16:27 +01:00
}