[DURACOM-195] Simplify vertical spacing in header and breadcrumbs

(cherry picked from commit a3e6d9b09a)
This commit is contained in:
Davide Negretti
2023-10-30 18:27:00 +01:00
committed by github-actions[bot]
parent 137a83e7f1
commit 0d0c2dac17
9 changed files with 16 additions and 14 deletions

View File

@@ -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)};