mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
Merge pull request #351 from gitarno/patch-1
Create line at the bottom of the list items
This commit is contained in:
commit
656f572d3d
|
@ -6,6 +6,12 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
|
&.baseline {
|
||||||
|
border-bottom: 1px solid #cecece;
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.row-picture, .row-action-primary {
|
.row-picture, .row-action-primary {
|
||||||
float: left;
|
float: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user