Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.2 kB
1
Indexable
Never
/* custom react slick */
.custom-slider button.slick-prev {
	left: 0px;
	z-index: 10;
}
.custom-slider button.slick-next {
	right: 60px;
	z-index: 10;
}
.custom-slider button.slick-prev::before {
	color: rgb(53, 50, 50);
	content: "\276E";
	height: 80px;
	width: 80px;
	font-size: 30px;
	background: #9a9191;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-slider button.slick-next::before {
	color: rgb(53, 50, 50);
	content: "\276F";
	height: 80px;
	width: 80px;
	font-size: 30px;
	background: #9a9191;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-slider button.slick-prev {
	left: 0px;
	top: 68px;
	z-index: 10;
}
.img-slider button.slick-next {
	right: 22px;
	top: 44%;
	z-index: 10;
}
.img-slider button.slick-prev::before {
	color: rgb(53, 50, 50);
	content: "\276E";
	height: 40px;
	width: 40px;
	font-size: 30px;
	background: #9a9191;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-slider button.slick-next::before {
	color: rgb(53, 50, 50);
	content: "\276F";
	height: 40px;
	width: 40px;
	font-size: 30px;
	background: #9a9191;
	display: flex;
	align-items: center;
	justify-content: center;
}