1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Basic layout for logic conditions

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-03-10 13:04:29 +01:00
parent 6306f53da6
commit 3c7cf5fc47
4 changed files with 67 additions and 1 deletions

View file

@ -49,7 +49,8 @@ sources.css = [
'./src/css/dropdown-lists/css/style_lists.css',
'./js/libraries/switchery/switchery.css',
'./js/libraries/jbox/jBox.css',
'./node_modules/openlayers/dist/ol.css'
'./node_modules/openlayers/dist/ol.css',
'./src/css/logic.css'
];
sources.js = [