mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* translate breadcrumb root in demo shell * optional "max items" feature and style fixes * should not be restricted by default * style updates * toolbar and breadcrumb layout fixes * breadcrumb demo and testing page * full toolbar scenario * fix translation issue with the dropdown and custom root * a11y fixes * fix issue with duplicate id, remove unused attribute
21 lines
305 B
SCSS
21 lines
305 B
SCSS
.breadcrumb-container-restricted {
|
|
width: 800px;
|
|
max-width: 800px;
|
|
border: 1px solid lightgray;
|
|
}
|
|
|
|
.content {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.full-content-toolbar {
|
|
.adf-toolbar-title {
|
|
display: flex;
|
|
width: 100%;
|
|
|
|
.adf-breadcrumb {
|
|
width: 0;
|
|
}
|
|
}
|
|
}
|