Commit af363ab4 by Torkel Ödegaard

fix(panel): build fixes

parent 62f3b166
...@@ -327,5 +327,9 @@ a.external-link { ...@@ -327,5 +327,9 @@ a.external-link {
p:last-child { p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
ul:last-child {
margin-bottom: 0;
}
} }
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
.dashnav-refresh-action, .dashnav-refresh-action,
.dashnav-zoom-out, .dashnav-zoom-out,
.dashnav-action-icons, .dashnav-action-icons,
.panel-info-corner--has-desc, .panel-info-corner--info,
.panel-info-corner--links,
.dashnav-move-timeframe { .dashnav-move-timeframe {
opacity: 0; opacity: 0;
transition: all 1.5s ease-in-out 1s; transition: all 1.5s ease-in-out 1s;
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
paths: { paths: {
'mousetrap': 'vendor/npm/mousetrap/mousetrap.js', 'mousetrap': 'vendor/npm/mousetrap/mousetrap.js',
'eventemitter3': 'vendor/npm/eventemitter3/index.js', 'eventemitter3': 'vendor/npm/eventemitter3/index.js',
'remarkable': 'vendor/npm/remarkable/dist/remarkable.js',
'tether': 'vendor/npm/tether/dist/js/tether.js', 'tether': 'vendor/npm/tether/dist/js/tether.js',
'tether-drop': 'vendor/npm/tether-drop/dist/js/drop.js', 'tether-drop': 'vendor/npm/tether-drop/dist/js/drop.js',
'moment': 'vendor/moment.js', 'moment': 'vendor/moment.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment