Revision 656c135b snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss | ||
---|---|---|
1 | 1 |
/* Machines (VMs) related styles */ |
2 | 2 |
|
3 |
.build-progress { |
|
3 |
.grid-view .build-progress {
|
|
4 | 4 |
animation: |
5 | 5 |
progress_animation 5s infinite, |
6 | 6 |
pulse 1s infinite; |
... | ... | |
9 | 9 |
pulse 1s infinite; |
10 | 10 |
} |
11 | 11 |
|
12 |
.list-view .build-progress { |
|
13 |
animation: |
|
14 |
progress_animation_list 5s infinite, |
|
15 |
pulse 1s infinite; |
|
16 |
-webkit-animation: |
|
17 |
progress_animation_list 5s infinite, |
|
18 |
pulse 1s infinite; |
|
19 |
} |
|
20 |
|
|
12 | 21 |
@include keyframes( progress_animation) { |
13 | 22 |
from { |
14 | 23 |
width: 0% |
... | ... | |
18 | 27 |
} |
19 | 28 |
} |
20 | 29 |
|
30 |
@include keyframes( progress_animation_list) { |
|
31 |
from { |
|
32 |
width: 0% |
|
33 |
} |
|
34 |
to { |
|
35 |
width: $list-vm-height; |
|
36 |
} |
|
37 |
} |
|
38 |
|
|
21 | 39 |
@include keyframes( pulse) { |
22 | 40 |
from { |
23 | 41 |
color: $secondary-color |
... | ... | |
36 | 54 |
opacity:0.8; |
37 | 55 |
} |
38 | 56 |
} |
39 |
&:hover { |
|
40 |
.snf-PC_fill { |
|
41 |
color: darken($vm-active-color,10%); |
|
42 |
} |
|
43 |
} |
|
44 | 57 |
.snf-PC_fill { |
45 | 58 |
font-size: 60px; |
46 | 59 |
color: $vm-active-color; |
Also available in: Unified diff