mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fixed breadcrumb padding using incorrect syntax
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin-top: calc(-1 * var(--ds-content-spacing));
|
margin-top: calc(-1 * var(--ds-content-spacing));
|
||||||
padding-bottom: var(--ds-content-spacing / 3);
|
padding-bottom: calc(var(--ds-content-spacing) / 3);
|
||||||
padding-top: var(--ds-content-spacing / 3);
|
padding-top: calc(var(--ds-content-spacing) / 3);
|
||||||
background-color: var(--ds-breadcrumb-bg);
|
background-color: var(--ds-breadcrumb-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user