fix(layout): Implemented loader in multiple places and added organization picker to default layout. (TV-758)
Squashed commit of the following: commit bf4f3ea3ce6a612b03be078917203cc7f7c4f2f7 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Oct 12 20:42:05 2021 +0200 Implemented loader in mulitple places and added organization-picker to default layout
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
@include msfa__backdrop($msfa__z-index-backdrop);
|
||||
}
|
||||
|
||||
&--full-blank-screen {
|
||||
@include msfa__backdrop($msfa__z-index-backdrop, true, true);
|
||||
}
|
||||
|
||||
&__spinner {
|
||||
display: inline-flex;
|
||||
animation: spinning 1s linear infinite;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export enum LoaderType {
|
||||
FULL_SCREEN = 'fullscreen',
|
||||
FULL_BLANK_SCREEN = 'full-blank-screen',
|
||||
ABSOLUTE = 'absolute',
|
||||
PADDED = 'padded',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user