PHRAS-2829 lightbox-mobile nw design

This commit is contained in:
Harrys Ravalomanana
2019-11-21 17:30:07 +04:00
parent b98d51397d
commit 443fce14da
5 changed files with 21 additions and 6 deletions

View File

@@ -25,6 +25,9 @@ li.image_box{
margin:0px 15px 15px 0px;
padding:0px;
text-align:center;
.thumb_wrapper {
background: #ededed;
}
}
a.no.active_choice{
background-color:red;
@@ -45,10 +48,13 @@ a.active_choice{
}
.valid_choice.agree{
background-image: url('#{$iconsPath}ok.png');
background: #7ed321;
border-top-left-radius: 100px;
}
.valid_choice.disagree{
background-image: url('#{$iconsPath}delete.png');
background: #d0021b;
border-top-left-radius: 100px;
}
}
.thumb_wrapper {

View File

@@ -585,4 +585,9 @@ button.confirm_report {
min-height: 26px;
padding: 10px 0;
}
.ui-listview >.ui-li-static {
padding: .7em 1em;
text-overflow: inherit;
white-space: inherit;
}