2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add list group component

This commit is contained in:
Mark Otto
2013-03-30 16:07:50 -07:00
parent 731903a175
commit 2a9604fdd2
8 changed files with 424 additions and 0 deletions
+18
View File
@@ -58,3 +58,21 @@
border-color: @panel-info-border;
}
}
// List groups in panels
.list-group-flush {
margin: 15px -15px -15px;
.list-group-item {
border-width: 1px 0;
// Remove border radius for top one
&:first-child {
.border-top-radius(0);
}
// But keep it for the last one
&:last-child {
border-bottom: 0;
}
}
}