Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (480 Bytes)

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

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

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