2023-10-13 05:22:19 -04:00
|
|
|
.flickity-viewport {
|
|
|
|
height: 250px !important;
|
|
|
|
}
|
|
|
|
|
2023-11-18 02:12:21 -05:00
|
|
|
.flickity-slider >div{
|
2023-10-13 05:22:19 -04:00
|
|
|
opacity: 0.5;
|
|
|
|
transition: 0.3s ease;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2023-11-18 02:12:21 -05:00
|
|
|
.flickity-slider > div:hover{
|
2023-10-13 05:22:19 -04:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title > h2{
|
2023-10-28 01:00:13 -04:00
|
|
|
font-size: 1.8rem;
|
2023-10-13 05:22:19 -04:00
|
|
|
font-variant: petite-caps;
|
2023-10-28 01:00:13 -04:00
|
|
|
font-weight: 800;
|
2023-10-13 05:22:19 -04:00
|
|
|
margin-top: 20px;
|
2023-11-18 02:12:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.is-selected{
|
|
|
|
opacity: 1 !important;
|
2023-10-13 05:22:19 -04:00
|
|
|
}
|