File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vaadin-breadcrumbs/src/main/resources/META-INF/resources/frontend/styles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55}
66
77.breadcrumbs-container > vaadin-horizontal-layout {
8- box-shadow : calc (var (--lumo-space-s ) * 0.8 ) 0 calc (var (--lumo-space-m ) * 0.7 ) calc (var (--lumo-space-s ) * -0.15 ) var (--lumo-contrast-20pct );
98 flex-flow : row wrap;
109}
1110
1413}
1514
1615.breadcrumb {
16+ box-shadow : calc (var (--lumo-space-s ) * 0.8 ) 0 calc (var (--lumo-space-m ) * 0.7 ) calc (var (--lumo-space-s ) * -0.15 ) var (--lumo-contrast-20pct );
1717 height : var (--lumo-size-l );
1818 background : var (--lumo-base-color );
1919 line-height : var (--lumo-size-l );
2929.breadcrumb : after {
3030 content : "" ;
3131 position : absolute;
32- left : calc (100% - var (--lumo-space-m ) * 0.7 );
32+ left : calc (100% - var (--lumo-space-m ) * 0.75 );
3333 top : calc (var (--lumo-space-m ) * 0.4 );
3434 z-index : 1 ;
3535 width : 0 ;
You can’t perform that action at this time.
0 commit comments