Revision fd47d618 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
19 19
		.img-wrap {
20 20
			margin-bottom: 16px;
21 21
			position: relative;
22
			height:58px;
22
			height:60px;
23 23
			display: inline-block;
24 24
			overflow: hidden;
25 25
		}
......
115 115
			background-color: $secondary-color;
116 116
			@include transition(background-color, 300ms, linear);
117 117
			.container {
118
					.img-wrap {
119
						span:first-child {
120
						color: white;
121
						}
122
						.symbol {
123
							background-image: none;
124
							color: $secondary-color;
125
							font-size: 30px;
126
							text-indent: 0;
127
						}
118
				.img-wrap {
119
					span:first-child {
120
					color: white;
121
					}
122
					.symbol {
123
						background-image: none;
124
						color: $secondary-color;
125
						font-size: 30px;
126
						text-indent: 0;
127
					}
128 128
				}
129 129
				h4 {
130 130
					color: white;
131 131
				}
132 132
			}
133 133
			&:hover {
134
				background-color: white;
134
				background-color: $overlay-color;
135 135
				@include transition(background-color, 300ms, linear);
136
				cursor: pointer;
136 137
				.container {
137
						.img-wrap {
138
							span:first-child {
139
								color: $secondary-color;
140
								@include transition(color, 300ms, linear);
141
							}
142
							.symbol {
143
								color: white;
144
							}
138
					.img-wrap {
139
						.symbol {
140
							color: $overlay-color;
145 141
						}
146
					h4 {
147
						color: $secondary-color;
148 142
					}
149 143
				}
150 144
			}

Also available in: Unified diff