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
- /**
- * 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 */