mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
[DURACOM-195] Simplify vertical spacing in header and breadcrumbs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--ds-content-spacing: #{$spacer * 1.5};
|
||||
--ds-content-spacing: #{$spacer}; // equivalent to Bootstrap spaces of size 3
|
||||
|
||||
--ds-button-height: #{$input-btn-padding-y * 2 + $input-btn-line-height + calculateRem($input-btn-border-width*2)};
|
||||
|
||||
|
Reference in New Issue
Block a user