chore(SW-337): use rem for fullviewimagecontainer
This commit is contained in:
@@ -149,7 +149,6 @@
|
|||||||
|
|
||||||
.fullViewImageContainer img {
|
.fullViewImageContainer img {
|
||||||
border-radius: var(--Corner-radius-Medium);
|
border-radius: var(--Corner-radius-Medium);
|
||||||
cursor: pointer;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@@ -256,9 +255,9 @@
|
|||||||
.fullViewImageContainer {
|
.fullViewImageContainer {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 1454px;
|
max-width: 90.875rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 700px;
|
max-height: 43.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigationButton {
|
.navigationButton {
|
||||||
|
|||||||
Reference in New Issue
Block a user