panels.less 296 B

1234567891011121314151617
  1. // Panels Flavor
  2. // --------------------------------------------------
  3. .threads-list, .panel {
  4. border-radius: @border-radius-base;
  5. .shadow-4dp();
  6. }
  7. .threads-list .list-group-item {
  8. border-left: none;
  9. border-right: none;
  10. }
  11. .threads-list .list-group-item:first-child {
  12. border: none;
  13. }