All checks were successful
Build Docker / Build Image (push) Successful in 21s
52 lines
821 B
CSS
52 lines
821 B
CSS
.vanilla-zoom {
|
|
width: 100%;
|
|
/*display: flex;*/
|
|
}
|
|
|
|
.vanilla-zoom .sidebar {
|
|
/*flex-basis: 30%;*/
|
|
width: 100%;
|
|
display: flex;
|
|
/*flex-direction: column;*/
|
|
}
|
|
|
|
.vanilla-zoom .sidebar img.small-preview {
|
|
width: 60px;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
opacity: .5;
|
|
}
|
|
|
|
.vanilla-zoom .sidebar img.small-preview.active, .vanilla-zoom .sidebar img.small-preview:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.vanilla-zoom .sidebar img.small-preview:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.vanilla-zoom .zoomed-image {
|
|
width: 100%;
|
|
height: 300px;
|
|
flex: 1;
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
background-size: contain;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.no-display {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.align-right {
|
|
position: absolute;
|
|
right: 1px;
|
|
top: 1px;
|
|
}
|
|
|
|
.price {
|
|
font-size: medium !important;
|
|
}
|
|
|