fix(panel): build fixes

This commit is contained in:
Torkel Ödegaard 2016-12-16 13:43:43 +01:00
parent 62f3b16671
commit af363ab478
3 changed files with 7 additions and 1 deletions

View File

@ -327,5 +327,9 @@ a.external-link {
p:last-child {
margin-bottom: 0;
}
ul:last-child {
margin-bottom: 0;
}
}

View File

@ -29,7 +29,8 @@
.dashnav-refresh-action,
.dashnav-zoom-out,
.dashnav-action-icons,
.panel-info-corner--has-desc,
.panel-info-corner--info,
.panel-info-corner--links,
.dashnav-move-timeframe {
opacity: 0;
transition: all 1.5s ease-in-out 1s;

View File

@ -12,6 +12,7 @@
paths: {
'mousetrap': 'vendor/npm/mousetrap/mousetrap.js',
'eventemitter3': 'vendor/npm/eventemitter3/index.js',
'remarkable': 'vendor/npm/remarkable/dist/remarkable.js',
'tether': 'vendor/npm/tether/dist/js/tether.js',
'tether-drop': 'vendor/npm/tether-drop/dist/js/drop.js',
'moment': 'vendor/moment.js',