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

8 lines
150 B
SCSS

/* blobs / %ui-loader ? */
%loader {
display: flex;
align-items: center;
justify-content: center;
height: calc(100vh - 90px - 48px - 50px);
}