open-consul/ui-v2/app/styles/components/index.scss
John Cowen 941fefb15c ui: Split out product css component into its separate elements (#7342)
* Remove old %action-group

* Remove old variables we no longer need

* Use the discovery-chain component in the same manner as others

* Split `product` out into its separate components
2020-05-12 17:14:11 +00:00

41 lines
946 B
SCSS

@import './form-elements';
@import './breadcrumbs';
@import './anchors';
@import './progress';
@import './buttons';
@import './secret-button';
@import './tabs';
@import './pill';
@import './table';
@import './form-elements';
@import './tooltip';
@import './tag-list';
@import './healthcheck-output';
@import './healthcheck-info';
@import './healthchecked-resource';
@import './freetext-filter';
@import './phrase-editor';
@import './filter-bar';
@import './tomography-graph';
@import './flash-message';
@import './code-editor';
@import './confirmation-dialog';
@import './feedback-dialog';
@import './modal-dialog';
@import './notice';
@import './sort-control';
@import './discovery-chain';
@import './tabular-details';
@import './tabular-collection';
@import './list-collection';
/**/
@import './brand-loader';
@import './loader';
@import './main-header-horizontal';
@import './main-nav-horizontal';
@import './app-view';
@import './footer';