[mobile] Fixed display last elements in matereal style.

This commit is contained in:
Alexander Yuzhin 2016-11-25 11:37:02 +03:00
parent 155201ed82
commit 79cc7e59bd
2 changed files with 8 additions and 0 deletions

View file

@ -45,4 +45,8 @@
display: inline-block;
}
}
&.list-block:last-child li:last-child a {
border-radius: 0;
}
}

View file

@ -65,4 +65,8 @@
background-image: none;
}
}
}
.popover .list-block:last-child li:last-child .buttons a {
border-radius: 3px;
}