Skip to content

Commit

Permalink
didn't save
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Gaggar committed Oct 2, 2024
1 parent bc8b81f commit 916b92b
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ body {
/* .img-container .slider:hover {
background: rgba(242, 242, 242, 0.1);
}
} */

.img-container .img-slider::-webkit-slider-thumb {
-webkit-appearance: none;
Expand Down Expand Up @@ -267,28 +267,4 @@ body {

.img-container .img-slider-button:before {
transform: rotate(135deg);
} */

.img-comp-img {
position: absolute;
width: auto;
height: auto;
overflow: hidden;
}

.img-comp-img img {
display: block;
vertical-align: middle;
}

.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize;
/*set the appearance of the slider:*/
width: 40px;
height: 40px;
background-color: #2196F3;
opacity: 0.7;
border-radius: 50%;
}
} */

0 comments on commit 916b92b

Please sign in to comment.