You are here

aggregator.css in AT Tools 8

/**
 * Aggregator
 ============================================================================ */
.aggregator-feed {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.aggregator-item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
  border-radius: 2px;
}
.aggregator-item:before, .aggregator-item:after {
  content: " ";
  display: table;
}
.aggregator-item:after {
  clear: both;
}

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

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

/*# sourceMappingURL=maps/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: 16px;
  6. margin-bottom: 1rem;
  7. }
  8. .aggregator-item {
  9. margin-bottom: 16px;
  10. margin-bottom: 1rem;
  11. padding: 16px;
  12. padding: 1rem;
  13. border-radius: 2px;
  14. }
  15. .aggregator-item:before, .aggregator-item:after {
  16. content: " ";
  17. display: table;
  18. }
  19. .aggregator-item:after {
  20. clear: both;
  21. }
  22. .feed-item-title {
  23. margin: 0 0 16px;
  24. margin: 0 0 1rem;
  25. }
  26. .item-description {
  27. margin: 16px 0;
  28. margin: 1rem 0;
  29. }
  30. /*# sourceMappingURL=maps/aggregator.css.map */