Revision 8e94f2a9 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
451 451
											font-style:normal;
452 452
											font-weight:normal;
453 453
											white-space: nowrap;
454
											line-height: 14px;
454
											line-height: 13px;
455 455
										}
456 456
									}
457 457
									p {
......
459 459
										overflow:hidden;
460 460
										min-height:40px;
461 461
										font-size:11px;
462
										line-height:11px;
462 463
									}
463 464
								}
464 465
								.options-bar {
......
860 861

  
861 862
}
862 863

  
864
.communication-error {
865
	// display: none;
866
	background-color: $error-color;
867
	color: $wizard-base-font-color;
868
	position: fixed;
869
	bottom: -150px;
870
	width: 100%;
871
	// padding: 65px 140px 40px;
872
	padding-top: 30px;
873
	padding-bottom: 15px;
874
	p {
875
		text-align: center;
876
		line-height: 2em;
877
		margin: 0 auto;
878
		max-width: 800px;
879
		&.buttons {
880
			margin-top:10px;
881
			a:not(:first-child) {
882
				margin-left: 15px;
883
			} 
884
		}
885
	}
886
}
863 887

  
864 888
/* Responive ------------------------------------------------ */
865 889
@media only screen and (max-width: $small-mobile) {

Also available in: Unified diff