Revision 15948f00 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_lt-sidebar.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_lt-sidebar.scss
1
/* Table of Contents
2

  
3
  - lt-sidebar general styles
4
  - lt-sidebar list view
5
  - custom scrollbar styles (jscrollpane)
6

  
7
*/ 
8

  
9
/* lt-sidebar general styles ----------------------------------------------- */
1 10

  
2 11
.lt-sidebar {
3 12
	margin-top:43px;
4 13
	overflow:scroll;
5 14
	height:300px;
6 15
	font-size:emCalc(12px);
16

  
17
/* lt-sidebar list view ----------------------------------------------- */
18

  
7 19
	.items-list {
8 20
		padding:0;
9 21
	 li .img .snf-PC_fill {
......
27 39

  
28 40
	}
29 41

  
42
/* custom scrollbar styles (jscrollpane) ----------------------------------------------- */
43

  
30 44
	.jspDrag {
31 45
		background-color:$primary-color;
32 46
	}

Also available in: Unified diff