Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c48e70de authored by drishu's avatar drishu
Browse files

OEL-1414: Remove unused sass files.

parent a9d6f831
No related branches found
No related tags found
1 merge request!187OEL-1414: Theme the OE List Pages exposed sort.
// Custom style for your component.
// -----------------------------------------------------------------------------
.my__component {
}
// Article: Teaser
// -----------------------------------------------------------------------------
.article--teaser {
}
// Article: Full
// -----------------------------------------------------------------------------
.article--full {
}
// Page
// -----------------------------------------------------------------------------
// Layout
// -----------------------------------------------------------------------------
@import "layout/page.header";
@import "layout/page.content";
@import "layout/page.footer";
// Component
// -----------------------------------------------------------------------------
@import "components/my.component";
@import "components/facets";
@import "components/list_pages";
// Other
// -----------------------------------------------------------------------------
@import "block/block";
@import "content/node.page";
@import "content/node.article";
// Page: Content
// -----------------------------------------------------------------------------
.page__content {
}
// Page: Footer
// -----------------------------------------------------------------------------
.page__footer {
}
// Page: Header
// -----------------------------------------------------------------------------
.page__header {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment