list-group.less 362 B

12345678910111213141516171819202122
  1. //
  2. // List Groups Flavor
  3. // --------------------------------------------------
  4. .list-group {
  5. border-radius: @border-radius-base;
  6. .shadow-4dp();
  7. }
  8. .list-group .list-group-item {
  9. border-left: none;
  10. border-right: none;
  11. }
  12. .list-group .list-group-item:first-child {
  13. border-top: none;
  14. }
  15. .list-group .list-group-item:last-child {
  16. border-bottom: none;
  17. }