mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-30 06:42:42 +00:00
15 lines
266 B
SCSS
15 lines
266 B
SCSS
@import 'ember-power-calendar';
|
|
@import 'ember-basic-dropdown';
|
|
@import 'nacho-core';
|
|
@import 'datahub-utils';
|
|
@import 'datahub-shared';
|
|
|
|
.dummy-graph-toolbar {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.test-container {
|
|
width: $max-container-width;
|
|
}
|