mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 05:53:27 +02:00
28 lines
447 B
CSS
28 lines
447 B
CSS
.stf-screenshots {
|
|
|
|
}
|
|
|
|
.stf-screenshots .screenshot-image {
|
|
display: block !important;
|
|
}
|
|
|
|
.stf-screenshots .screenshot-image {
|
|
-webkit-transition: 1000ms;
|
|
transition: 1000ms;
|
|
/*-webkit-transition: width 2s; */
|
|
/*transition: width 2s;*/
|
|
}
|
|
|
|
.stf-screenshots .screenshot-image.ng-image-not-loaded {
|
|
opacity: 0;
|
|
}
|
|
|
|
.stf-screenshots .screenshot-image {
|
|
opacity: 1;
|
|
}
|
|
|
|
.stf-screenshots .zoom-range {
|
|
width: 180px;
|
|
margin-right: 5px;
|
|
}
|