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-12-14 07:06:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-button{
|
|
|
|
position: absolute;
|
|
|
|
bottom: 15px;
|
|
|
|
left: 15px;
|
|
|
|
background: gray;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 50%;
|
|
|
|
height: 45px;
|
|
|
|
width: 45px;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 800;
|
|
|
|
transition: 0.4s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-button:hover{
|
|
|
|
background-color: lightgray;
|
|
|
|
color: gray;
|
2023-10-13 05:22:19 -04:00
|
|
|
}
|