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-file {
margin: 10px;
text-align: center;
@media only screen and (max-width: 380px) {
margin: 10px 0;
}
img {
width: 125px;
@ -392,8 +396,10 @@
outline: none;
}
}
a {
width: 125px;
a {
width: 100%;
max-width: 125px;
margin: 0 auto;
display: inline-block;
font-size: 0.875rem;
text-align: center;
@ -410,11 +416,14 @@
}
.single-item-collection--attachments-prev {
left: -50px;
@media only screen and (max-width: 380px) {
right: -40px;
}
}
.single-item-collection--attachments-next {
right: -10px;
@media only screen and (min-width: 1500px) {
right: -25px;
right: -50px;
@media only screen and (max-width: 380px) {
right: -40px;
}
}
.single-item-collection--attachments-prev, .single-item-collection--attachments-next {