Skip to content

Commit

Permalink
Include input-range LESS in mobile app
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Sep 25, 2017
1 parent 290d04c commit 5499cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/less/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import 'map.less';
@import 'searchmobile.less';
@import 'mobilelayertree.less';
@import 'input-range.less';
@import 'fullscreenpopup.less';
@import 'mobile-nav.less';
@import 'icons.less';
Expand Down
4 changes: 4 additions & 0 deletions contribs/gmf/less/mobilelayertree.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ nav.gmf-mobile-nav-left .gmf-layertree-node a[data-toggle] {
border-top: 1px solid @back-color;
padding: 1rem 0;
margin: 1rem 0;

input[type=range] {
margin: 0.8rem 0 0.5rem 0;
}
}

.gmf-layertree-right-buttons {
Expand Down

0 comments on commit 5499cd9

Please sign in to comment.