List.scss 217 B

1234567891011
  1. .x-list-header {
  2. border-left: 5px solid $base-color;
  3. display: inline-block;
  4. padding-left: 8px;
  5. margin-bottom: 10px;
  6. line-height: 15px;
  7. .x-list-header-title {
  8. font-weight: bold;
  9. }
  10. }