Revision 292a32ef snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
576 576
	}
577 577
}
578 578

  
579
.strorage-progress {
579
.storage-progress {
580
	display: none;
580 581
	position: fixed;
581 582
	bottom: 0;
582 583
	left: 0;
583 584
	right: 0;
584
	background: purple;
585
	background: $cobalt-1;
585 586
	color: #fff;
586 587
	z-index: 50;
588
	overflow-y: auto;
587 589
	.wrap {
588 590
		position: relative;
589 591
		padding: 10px;
590 592
	}
591 593
	.loader {
592 594
		position: absolute;
593
		height: 3px;
595
		height: 5px;
594 596
		left: 0;
595 597
		top: 0;
596
		background: orange;
598
		background: $yellow-1;
597 599
		width: 0%;
598 600
	}
599 601
	.summary {

Also available in: Unified diff