mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
Create line at the bottom of the list items
To use simply add to the class: '.baseline'; Compatibility with IE9 +
This commit is contained in:
parent
cbdeec1e70
commit
1f07d93981
|
@ -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