Atualizacoes para o carrossel de anexos da colecao

This commit is contained in:
Alvino Rodrigues 2019-08-20 12:14:01 -03:00
parent 16fa7753b1
commit 811626df61
1 changed files with 14 additions and 5 deletions

View File

@ -384,6 +384,10 @@
.single-item-collection--attachments { .single-item-collection--attachments {
.single-item-collection--attachments-file { .single-item-collection--attachments-file {
margin: 10px; margin: 10px;
text-align: center;
@media only screen and (max-width: 380px) {
margin: 10px 0;
}
img { img {
width: 125px; width: 125px;
@ -393,7 +397,9 @@
} }
} }
a { a {
width: 125px; width: 100%;
max-width: 125px;
margin: 0 auto;
display: inline-block; display: inline-block;
font-size: 0.875rem; font-size: 0.875rem;
text-align: center; text-align: center;
@ -410,11 +416,14 @@
} }
.single-item-collection--attachments-prev { .single-item-collection--attachments-prev {
left: -50px; left: -50px;
@media only screen and (max-width: 380px) {
right: -40px;
}
} }
.single-item-collection--attachments-next { .single-item-collection--attachments-next {
right: -10px; right: -50px;
@media only screen and (min-width: 1500px) { @media only screen and (max-width: 380px) {
right: -25px; right: -40px;
} }
} }
.single-item-collection--attachments-prev, .single-item-collection--attachments-next { .single-item-collection--attachments-prev, .single-item-collection--attachments-next {