PHRAS-2829

This commit is contained in:
Harrys Ravalomanana
2019-11-25 17:45:29 +04:00
parent fb708cb131
commit 7a88ece5fe
5 changed files with 29 additions and 17 deletions

View File

@@ -7,27 +7,40 @@ ul.image_set{
width:100%;
border:none;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
li.image_box a img{
position:relative;
vertical-align:middle;
border:none;
width: 100%!important;
height: auto!important;
top: 0 !important;
object-fit: cover;
}
li.image_box a{
padding:0;
text-shadow:0;
margin:0;
width: 100%;
}
li.image_box{
width:80px;
height:80px;
position:relative;
float:left;
margin:0px 15px 15px 0px;
padding:0px;
text-align:center;
width: 32%;
position: relative;
margin: 0 2% 15px 0;
padding: 0;
display: flex;
align-items: center;
text-align: center;
background: #ededed;
&:nth-child(3n) {
margin-right: 0;
}
.thumb_wrapper {
background: #ededed;
width: 100%!important;
height: 100%!important;
}
}
a.no.active_choice{