Files
salvato.newfreeplanet/src/components/CGallery/CGallery.scss

66 lines
901 B
SCSS
Raw Normal View History

2021-09-16 21:08:02 +02:00
$heightBtn: 100%;
$grayshadow: #555;
.text-subtitle-gallery {
font-size: 1rem;
font-weight: 400;
line-height: 1.75rem;
letter-spacing: .00937em;
text-shadow: .1rem .1rem .1rem $grayshadow;
}
@media (max-width: 718px) {
// PER VERSIONE MOBILE
.text-subtitle-gallery {
font-size: 1rem;
}
}
.myimg {
border-radius: 10px !important;
height: 200px;
2021-12-11 22:12:44 +01:00
cursor: pointer;
}
.myimg-modify {
2021-11-23 15:59:26 +01:00
cursor: grab;
2021-09-16 21:08:02 +02:00
}
2021-12-11 22:12:44 +01:00
2021-11-23 15:59:26 +01:00
.barwidth{
width: 250px !important;
}
2021-09-16 21:08:02 +02:00
.q-img {
&__image {
border-radius: 10px !important;
}
}
.my-card-gallery {
width: 100%;
max-width: 300px;
min-width: 200px;
padding: 0.5rem 0.5rem;
2021-09-16 21:08:02 +02:00
height: 350px;
margin: auto;
2021-09-16 21:08:02 +02:00
}
.my-card-gallery-noModif {
width: 100%;
max-width: 300px;
min-width: 200px;
padding: 1rem 1rem;
height: 220px;
}
2021-09-16 21:08:02 +02:00
.my-card-gallery-view {
width: 100px;
height: 100px;
padding: 0.25rem 0.25rem;
margin: auto;
2021-09-16 21:08:02 +02:00
}