Buscar
Rango de precios

febrero 2024

PRIMAVERAL 12B

.toggleElem a, .toggleElem svg, .toggleElem i, .toggleClose a, .toggleClose i, .toggleClose img { cursor: pointer; transition: transform 0.34s ease; } /* rotate the icon in the button or icon element when toggle is active */ .toggleIsActive i, .toggleIsActive svg { transform: rotate(90deg); } /* for a smooth animation we move the min height property to the inner container, be certain you are using "boxed"...