Gallery and other stuff
This commit is contained in:
3678
web/dist/app.bundle.js
vendored
3678
web/dist/app.bundle.js
vendored
File diff suppressed because it is too large
Load Diff
61
web/dist/main.css
vendored
61
web/dist/main.css
vendored
@@ -596,15 +596,69 @@ html {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.image-dots {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.image-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 0 5px;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
|
||||
background-color: transparent;
|
||||
border: 1px solid #fff;
|
||||
box-shadow: 0 1px 0 #1a1a1a;
|
||||
}
|
||||
|
||||
.image-dot.selected {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ld-image-container {
|
||||
height: 375px;
|
||||
width: 500px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ld-image-container .prev-button {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.ld-image-container .next-button {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.ld-image-container .prev-button div,
|
||||
.ld-image-container .next-button div {
|
||||
width: 50px;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
}
|
||||
|
||||
.ld-image-container .next-button div {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.ld-image-container img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/*width: 100%;*/
|
||||
/*height: 100%;*/
|
||||
max-height: 375px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.ld-price-address-box {
|
||||
@@ -672,6 +726,9 @@ html {
|
||||
background-image: #fff;
|
||||
background-image: -webkit-gradient(bottom,from(#fff),to(hsla(0,0%,100%,0)));
|
||||
background-image: -webkit-linear-gradient(bottom,#fff,hsla(0,0%,100%,0));
|
||||
|
||||
background-image: -moz-gradient(bottom,from(#fff),to(hsla(0,0%,100%,0)));
|
||||
background-image: -moz-linear-gradient(bottom,#fff,hsla(0,0%,100%,0));
|
||||
}
|
||||
|
||||
.ld-check-availability {
|
||||
|
||||
Reference in New Issue
Block a user