.list-group.list-group-no-icon

Allow to remove icon and use all the width of the list group
This commit is contained in:
Julien Maulny 2016-08-19 11:28:20 +02:00 committed by GitHub
parent e59cb161ab
commit 78119df0ee

View File

@ -99,4 +99,14 @@
float: right;
}
}
&.list-group-no-icon {
.list-group-item .row-content {
width: 100%;
}
.list-group-separator {
&:before {
width: 100%;
}
}
}
}