mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-07 07:10:37 +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
0cbaccdc1c
|
@ -6,6 +6,12 @@
|
|||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0 16px;
|
||||
&.baseline {
|
||||
border-bottom: 1px solid #cecece;
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
.row-picture, .row-action-primary {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user