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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
3 3
Overlays (Todo: clean up)
4 4

  
5 5
*/
6
// body.with-overlay {
7
//     background:$secondary-color;
8
// }
6
body.with-overlay {
7
     background:$overlay-color;
8
}
9 9

  
10 10
.reveal-modal {
11 11
    h3 {
......
261 261
	}
262 262
	.middle {
263 263
		padding-top:$bar-height+$bar-submenu-height;
264
		.steps {
265
			position:relative;
266
			width:100%;
267
		}
264 268
		.step {
265
			.dummy-link {
266
				position: absolute;
267
				top:-250px;
268
				left:0;
269
			position: absolute;
270
			top:0;
271
			width:100%;
272
			display:none;
273
			&.current {
274
				display: block;
269 275
			}
270 276
			padding:50px 0 50px;
271
			position:relative;
272
			width:$row-width;
273 277
			&.step-2 {
274 278
				padding-top:30px;
275 279
				.dropdown {
......
809 813
    }
810 814
}
811 815

  
812

  
813
.wizard-content {
814
    overflow: hidden;
815
    width:100%;
816
    .vm-wizard-carousel {
817
        position:relative;
818
        left:0;
819
        .step {
820
            float:left;
821
        }
822
    }
823
}
824

  
825 816
/* Responive ------------------------------------------------ */
826 817
@media only screen and (max-width: $small-mobile) {
827 818
}

Also available in: Unified diff