[mobile] Fixed display last elements in matereal style.
This commit is contained in:
parent
155201ed82
commit
79cc7e59bd
|
@ -45,4 +45,8 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.list-block:last-child li:last-child a {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -65,4 +65,8 @@
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover .list-block:last-child li:last-child .buttons a {
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue