Skip to content

Commit 6273964

Browse files
committed
TCA-1080 - update vertical height variables
1 parent 8dab0d0 commit 6273964

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src-ts/lib/styles/_layout.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
@import 'mixins';
33

44
html {
5-
--header-height: 80px;
6-
--footer-height: 51px;
5+
--header-height: 60px;
6+
--footer-height: 96px;
77
--breadcrumb-height: 64px;
88

9-
@include ltemd {
10-
--header-height: 64px;
11-
--breadcrumb-height: 48px;
9+
@media (max-width: 767px) {
10+
--header-height: 48px;
1211
}
1312

14-
@include ltesm {
15-
--header-height: 48px;
16-
--footer-height: 101px;
13+
@include ltemd {
14+
--breadcrumb-height: 48px;
1715
}
1816
}
1917

0 commit comments

Comments
 (0)