Commit 79cc7e59 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[mobile] Fixed display last elements in matereal style.

parent 155201ed
...@@ -45,4 +45,8 @@ ...@@ -45,4 +45,8 @@
display: inline-block; display: inline-block;
} }
} }
&.list-block:last-child li:last-child a {
border-radius: 0;
}
} }
\ No newline at end of file
...@@ -66,3 +66,7 @@ ...@@ -66,3 +66,7 @@
} }
} }
} }
.popover .list-block:last-child li:last-child .buttons a {
border-radius: 3px;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment