Revision 430263cf snf-cyclades-app/synnefo/ui/new_ui/ui/sass/temp.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/temp.scss
9 9
$tag-opt-area-color: #4c71ff;
10 10
$wizard-base-font-color: white;
11 11
$wizard-expand-link: rgb(233, 230, 230); //spasmeno aspro
12
$wizard-paragraph-font-size: 10px;
12

  
13 13
$wizard-common-font-size: 16px;
14 14
@mixin adv-conf-padding {
15 15
	padding: 35px 200px 80px;
......
17 17

  
18 18

  
19 19
.advanced-conf-step {
20
	color: $wizard-base-font-color;
21

  
22
	h2 {
23
		color: $wizard-base-font-color;
24
		font-size: $wizard-common-font-size;
25
		font-weight: bold;
26
	}
27

  
28
	p {
29
		font-size: $wizard-paragraph-font-size;
30
	}
31

  
32
	ul {
33
		list-style-type: none;
34
	}
35

  
36 20
	.checkbox-label {
37 21
		margin-right:15px;
38 22
		display: inline-block;
......
48 32

  
49 33
	// Upper area with the name of the vm and a button for configuration options			
50 34
	.adv-main {
51
		padding: 65px 200px 0;
52
		
53 35

  
54 36
		.vm-name {
55 37
			
......
73 55
			}
74 56
		}
75 57

  
76

  
77

  
78 58
		.expand-btn {
79 59
			padding-top: 50px;
80 60
			padding-bottom: 20px;
......
90 70
			}
91 71
		}
92 72
	}
93

  
94
	// all the the areas that have the advanced options
95
	.advanced-conf-options {
96
		display: none;
97
		.ssh-keys-area {
98
			background-color: $ssh-opt-area-color;
99
			@include adv-conf-padding();
100
		}
101

  
102
		.networks-area {
103
			background-color: $net-opt-area-color;
104
			@include adv-conf-padding();
105
			li.network-data {
106
				.net-icons {
107
				/*	position: absolute;
108
					left: -10px;
109
					text-align: right; */
110
				}
111
				ul.ips-list {
112
					display:none;
113
					background-color: $wizard-base-font-color;
114
					color: $net-opt-area-color;
115
					margin: 0;
116

  
117
				}
118
			}
119
		}
120

  
121
		.tags-area {
122
			@include adv-conf-padding();
123
			background-color: $tag-opt-area-color;
124
		}
125

  
126
	}
127 73
}
128 74

  

Also available in: Unified diff