Revision 6d7b9bc4 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss
17 17

  
18 18

  
19 19

  
20
.create-network {
21
	color: #fff;
22
	.check {
23
		color: #fff;
24
	}
20
#network-wizard {
21
	// color: #fff;
22
	// .check {
23
	// 	color: #fff;
24
	// }
25 25
	p {
26 26
		font-size: 0.8em;
27 27
		font-style: italic;
......
41 41
			margin-bottom: 6px;
42 42
			padding-left: 155px;
43 43
		}
44
	}
44
}
45

  
46
// for network creation wizard
45 47

  
48
.main {
49

  
50
	padding: 40px;
51
	a {	color: $wizard-base-font-color;}
46 52
	.network_options {
47 53
		position: relative;
48 54
		width: 350px;
......
83 89
		}
84 90
	}
85 91
}
86

  
92
}

Also available in: Unified diff