GreenInfo-Network / MobileMapStarter2

Get a mobile app together in short order using Cordova + Leaflet + Bootstrap
Apache License 2.0
3 stars 0 forks source link

SCSS adjustment to $appcontent-background-color #17

Closed gregallensworth closed 7 years ago

gregallensworth commented 7 years ago

Reported by @TinArgus

TinArgus commented 7 years ago

Here is the code that I added to the end of /www/style/maincontent.scss to let $appcontent-background-color control the color of the section class in the main pages:

.section{background-color: $appcontent-background-color;}

gregallensworth commented 7 years ago

Brilliant. Thanks so much TinArgus. I have integrated this change, and it will make it into the next release.