Revision 96e399a4 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
39 39
			margin: 0 20px;
40 40
			padding:25px 0;
41 41
			position: relative;
42
			.options {
43
				width:100%;
44
				text-align:center;	
45
				position: absolute;
46
				top:-3px;
47
				left:0;
48
				display: none;
49
				.wrap {
50
					height:100%;
51
					padding:25px 25px 0;
52
					text-align: left;
53
					a {
54
						font-size:emCalc(27px);
55
						display: inline-block;
56
						color:$primary-color;
57
						line-height: 1em;
58
						margin-bottom:10px;
59

  
60
						font-weight: bold;
61
						&:hover {
62
							color: $secondary-color;
63
						}
64
					}
65
						
66
					
67
					
42
			&:hover {
43
				@extend .set-border;
44
				.check {
45
					@extend .active;
68 46
				}
69 47
			}
70 48
		}

Also available in: Unified diff