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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss
376 376
					text-align: left;
377 377
					a {
378 378
						font-size:emCalc(27px);
379
						display: block;
379
						display: inline-block;
380 380
						color:$primary-color;
381 381
						line-height: 1em;
382 382
						margin-bottom:10px;
......
425 425
	}
426 426
}
427 427

  
428

  
428 429
.lt-sidebar {
429 430
	margin-top:43px;
430 431
	overflow:scroll;
......
446 447

  
447 448
	}
448 449

  
450
	.jspDrag {
451
		background-color:$primary-color;
452
	}
453
	.jspVerticalBar {
454
		width:10px;
455
		right:4px;
456
	}
457
	.jspTrack {
458
		background:$white;
459
		border-left:1px solid $primary-color;
460
		border-right:1px solid $primary-color;
461
	}
462

  
463

  
449 464
}
450 465

  
451 466
.vms .items-list {
......
694 709
		font-style:normal;
695 710
		
696 711
	}
697
}
698

  
699

  
712
}

Also available in: Unified diff