realign group controls

main
psychobunny 9 years ago
parent c772613b66
commit 08c36239f8

@ -54,10 +54,6 @@
left: auto; left: auto;
right: 0px; right: 0px;
@media (min-width: @screen-md-min) {
min-height: 300px;
}
&.initialised:hover { &.initialised:hover {
.controls { .controls {
opacity: 0.5; opacity: 0.5;
@ -66,8 +62,8 @@
.controls { .controls {
text-align: center; text-align: center;
min-height: 250px; min-height: 200px;
line-height: 250px; line-height: 200px;
.opacity(0); .opacity(0);
.transition(opacity .15s linear); .transition(opacity .15s linear);
cursor: pointer; cursor: pointer;
@ -78,6 +74,15 @@
} }
} }
@media (min-width: @screen-md-min) {
min-height: 300px;
.controls {
min-height: 300px;
line-height: 300px;
}
}
&.active { &.active {
&:hover { &:hover {
cursor: move; cursor: move;

Loading…
Cancel
Save