Bigger order buttons on mobile devices
This commit is contained in:
parent
78a0ae15bf
commit
08c37fd80b
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
// Place all the styles related to the Orders controller here.
|
// Place all the styles related to the Orders controller here.
|
||||||
// They will automatically be included in application.css.
|
// They will automatically be included in application.css.
|
||||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
.btn.btn-default{
|
||||||
|
width:100px;
|
||||||
|
height:60px;
|
||||||
|
}
|
||||||
|
.form-control.row_counter{
|
||||||
|
height:60px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue