Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _networks.scss @ de9b2b51

History | View | Annotate | Download (345 Bytes)

1
/* Networks related styles  */
2

    
3
.networks {
4
	.items-list {
5
		.img-wrap {
6
			.snf-network-full {
7
				font-size: 60px;
8
			}
9
		}
10
		[data-status="active"] {
11
			.img-wrap {
12
				.snf-network-full {
13
					color: $secondary-color;
14
				}
15
			}
16
		}
17
	}
18
}
19

    
20
.list-view {
21
	.items-list {
22
		.img-wrap {
23
			.snf-network-full {
24
				font-size: 32px;
25
			}
26
		}
27
	}
28
}
29

    
30