21 lines
396 B
SCSS
21 lines
396 B
SCSS
![]() |
@import "~@inst-iot/bosch-angular-ui-components/styles/variables/colors";
|
||
|
|
||
|
.img-container {
|
||
|
position:relative;
|
||
|
overflow: hidden;
|
||
|
|
||
|
& > img {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.magnifier {
|
||
|
position: absolute;
|
||
|
background: #FFF;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: -500px -500px;
|
||
|
z-index: 99;
|
||
|
border: 1px solid #FFF;
|
||
|
box-shadow: 10px 10px 25px $color-bosch-light-gray-b25;
|
||
|
}
|