Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _sshkeys-wizard.scss @ f0ac40a4

History | View | Annotate | Download (629 Bytes)

1
.secondary-wizard {
2
	h2 {
3
		font-size: 1.5em;
4
		margin-top: 10px;
5
	}
6
	p {
7
		font-size: 14px;
8
		&.buttons {
9
			text-align: center;
10
			a {
11
				text-decoration: none;
12
				color: white;
13
				&:first-child {
14
					margin-right:20px;
15
				}
16
				&:hover {
17
					color: #0e9973;
18
					text-decoration: none;
19
				}
20
				&.current {
21
					color: #0e9973;
22
				}
23

    
24
			}
25
		}
26
	}
27
	.close {
28
		font-size: 30px;
29
		top: 16px;
30
	}
31
	.generate-key-area {
32
		display: none;
33
		height: 250px;
34
		border: 1px solid $secondary-color;
35
		padding: 10px;
36
	}
37
	.import-key-area {
38
		display: none;
39
		height: 250px;
40
		border: 1px solid $secondary-color;
41
		padding: 10px;
42
	}
43
}