open-consul/ui-v2/app/styles/components/footer.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

5 lines
67 B
SCSS

@import './footer/index';
#wrapper > footer {
@extend %footer;
}