mirror of
https://github.com/status-im/consul.git
synced 2025-01-18 17:52:17 +00:00
a8de3f3081
* 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);
|
|
}
|