You are here

aggregator.css in AT Tools 8.3

/**
 * Aggregator
 ============================================================================ */
.aggregator-feed {
  margin-bottom: 1.25em;
}

.aggregator-item {
  margin-bottom: 1.25em;
  padding: 1.25em;
  border-radius: 2px;
}

.aggregator-item:before, .aggregator-item:after {
  content: " ";
  display: table;
}

.aggregator-item:after {
  clear: both;
}

.feed-item-title {
  margin: 0 0 1rem;
}

.item-description {
  margin: 1rem 0;
}

.block-plugin-id--aggregator-feed-block .item-list__item {
  margin-bottom: 0.625rem;
}

.block-plugin-id--aggregator-feed-block .item-list__item a {
  display: inline-block;
  line-height: 1.25;
}
/*# sourceMappingURL=aggregator.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/aggregator.css
View source
  1. /**
  2. * Aggregator
  3. ============================================================================ */
  4. .aggregator-feed {
  5. margin-bottom: 1.25em;
  6. }
  7. .aggregator-item {
  8. margin-bottom: 1.25em;
  9. padding: 1.25em;
  10. border-radius: 2px;
  11. }
  12. .aggregator-item:before, .aggregator-item:after {
  13. content: " ";
  14. display: table;
  15. }
  16. .aggregator-item:after {
  17. clear: both;
  18. }
  19. .feed-item-title {
  20. margin: 0 0 1rem;
  21. }
  22. .item-description {
  23. margin: 1rem 0;
  24. }
  25. .block-plugin-id--aggregator-feed-block .item-list__item {
  26. margin-bottom: 0.625rem;
  27. }
  28. .block-plugin-id--aggregator-feed-block .item-list__item a {
  29. display: inline-block;
  30. line-height: 1.25;
  31. }
  32. /*# sourceMappingURL=aggregator.css.map */