remove of image carousel
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.single-project-top img.fade-out {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.single-project-bottom {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -131,38 +127,6 @@
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
.arrow {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--title-color);
|
||||
font-size: 35px;
|
||||
display: none;
|
||||
transition: all 0.3s ease;
|
||||
text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.arrow:hover {
|
||||
color: var(--important-color);
|
||||
opacity: 0.8;
|
||||
transform: translateY(-50%) scale(1.2);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.arrow.preview {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.arrow.next {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.single-project-top:hover .arrow {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
.single-project-years{
|
||||
color : var(--text-color);
|
||||
|
||||
Reference in New Issue
Block a user