Skip to content

Commit

Permalink
Load app.css after bootstrap css to be able to overload it
Browse files Browse the repository at this point in the history
  • Loading branch information
raitisbe committed Jul 4, 2019
1 parent c635b8e commit a22f433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/layout/layout.js
Expand Up @@ -8,7 +8,6 @@ import core from 'core';
import map from 'map'; import map from 'map';
import geolocation from 'geolocation'; import geolocation from 'geolocation';
import layermanager from 'layermanager'; import layermanager from 'layermanager';
import appCss from 'css/app.css';


// 'material.components.bottomSheetCollapsible' // 'material.components.bottomSheetCollapsible'
angular.module('hs.layout', ['hs.core', 'hs.map', 'hs.geolocation', 'hs.layermanager', 'hs.print']) angular.module('hs.layout', ['hs.core', 'hs.map', 'hs.geolocation', 'hs.layermanager', 'hs.print'])
Expand Down Expand Up @@ -63,7 +62,7 @@ angular.module('hs.layout', ['hs.core', 'hs.map', 'hs.geolocation', 'hs.layerman
require('bootstrap/dist/css/bootstrap.css') require('bootstrap/dist/css/bootstrap.css')
} }
} }

require ('css/app.css');
if (!!window.cordova) { if (!!window.cordova) {
require('css/mobile.css') require('css/mobile.css')
} }
Expand Down

0 comments on commit a22f433

Please sign in to comment.