mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-21 14:10:39 +03:00
.list-group.list-group-no-icon
Allow to remove icon and use all the width of the list group
This commit is contained in:
parent
e59cb161ab
commit
78119df0ee
|
@ -99,4 +99,14 @@
|
|||
float: right;
|
||||
}
|
||||
}
|
||||
&.list-group-no-icon {
|
||||
.list-group-item .row-content {
|
||||
width: 100%;
|
||||
}
|
||||
.list-group-separator {
|
||||
&:before {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user