Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (467 Bytes)

1
/* Networks related styles  */
2

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

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

    
32