mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
[DURACOM-195] Simplify vertical spacing in header and breadcrumbs
(cherry picked from commit a3e6d9b09a
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
137a83e7f1
commit
0d0c2dac17
@@ -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