941fefb15c
* 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
8 lines
150 B
SCSS
8 lines
150 B
SCSS
/* blobs / %ui-loader ? */
|
|
%loader {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: calc(100vh - 90px - 48px - 50px);
|
|
}
|