Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / athina.scss @ 78e2d3dd

History | View | Annotate | Download (516 Bytes)

1
// Global Foundation Settings
2
@import "settings";
3

    
4
/* create vm: choose flavor */
5

    
6
.titles{
7
	color: white;
8
}
9

    
10

    
11
.lt-sidebar ul li a.flavor_selection{
12
	display: block;
13
}
14

    
15

    
16
.overlay .lt-sidebar ul li a.flavor_selection.chosen_flavor span{
17
	display: inline-block;
18
}
19
 
20

    
21
 
22
.create-vm .main .select-flavor dl dt span{
23
	&:hover{
24
 		color: white;
25
		border-color: white;
26
		background-color: $secondary-color;
27
	} 
28
	&.current {
29
		&:hover {
30
			color: $secondary-color;
31
			border-color: white;
32
			background-color: white;
33
		}
34
	}
35
}