// WIDGET THEMES .widget-themes

@extend .ml-3
div.list-group a.list-group-item
  @extend .py-2

// TEMPUS // Set grey past or empty days .tempus-past, .tempus-empty

@extend .text-muted

// Set grey and small the difference .tempus-difference

@extend .text-muted, .small

// PAGE INFO pageinfoModal table

@extend .table-sm
tr td:first-child
  @extend .pl-3

// LIBROS widget-libros

// Styles
a.no-results
  @extend .disabled
[type='submit']
  @extend .btn, .btn-secondary
[type='reset']
  @extend .btn, .btn-outline-secondary
// Extends for List-groups with custom content
// https://getbootstrap.com/docs/4.0/components/list-group/#custom-content
// .card
//   @extend .my-4

libros-results

& > a
  @extend .list-group-item, .list-group-item-action, .flex-column, .align-items-start
  small
    @extend .text-muted
  .libros-image-container img
    @extend .card-img-top
  .libros-title,
  .libros-author
    @extend .mb-1
  .libros-header
    @extend .d-flex, .w-100, .justify-content-between
  &:last-child
    @extend .mb-3