Merge branch 'AW-444-camera-image' into 'develop'
This commit is contained in:
parent
7d60bd2d3e
commit
a61af683f4
@ -60,7 +60,7 @@
|
|||||||
height: calc(100dvh - 140px);
|
height: calc(100dvh - 140px);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%) scale(-1, 1);
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
height: calc(100dvh - 140px);
|
height: calc(100dvh - 140px);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%) scale(-1, 1);
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
height: calc(100dvh - 140px);
|
height: calc(100dvh - 140px);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%) scale(-1, 1);
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
height: calc(100dvh - 140px);
|
height: calc(100dvh - 140px);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%) scale(-1, 1);
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user