Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _volumes.scss @ 85da142e

History | View | Annotate | Download (515 Bytes)

1
.items-list .img-wrap .snf-font {
2
  font-size: 60px;
3
  position: relative;
4
  bottom: -3px;
5
}
6
.list-view .items-list .img-wrap .snf-font {
7
  font-size: 34px;
8
  color: #30c79e;
9
}
10

    
11
.step-2>ul>li {
12
	margin-bottom: 0.5em;
13
}
14

    
15
.wizard .vms-list {
16
	margin-top: 1em;
17
	&>li {
18
		margin-bottom: 0.5em;
19
		&>div, &>a {
20
			display: inline-block;
21
			margin-right: 15px;
22
		}
23
		.img-wrap {
24
			position: relative;
25
			width: 30px;
26
			.snf-font {
27
				font-size: 30px;
28
			}
29
			.os{
30
				background-size: 14px;
31
				top: -2px;
32
			}
33
		}
34
	}
35
}