Skip to content

Commit 00a1cfe

Browse files
committed
Added designtokens for headerflexibility
1 parent 9f7edd8 commit 00a1cfe

1 file changed

Lines changed: 8 additions & 19 deletions

File tree

pwa/src/templates/templateParts/header/HeaderTemplate.module.css

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.headerMiddleBar {
1010
background-color: var(--web-app-color-background-page-top-bar);
1111
box-shadow: 0px 10px 13px -14px #000000;
12+
border-bottom: var(--web-app-header-top-bar-border-bottom);
1213
}
1314

1415
.secondaryNavContainer {
@@ -95,23 +96,11 @@
9596
margin-block-end: var(--web-app-size-2xl);
9697
}
9798

98-
.title {
99-
color: var(--web-app-color-text-grey) !important;
100-
}
101-
102-
.subTitle {
103-
color: var(--web-app-color-text-grey) !important;
104-
}
105-
10699
.searchFormContainer {
107100
width: 100%;
108101
max-width: 650px;
109102
}
110103

111-
.textColor {
112-
color: var(--web-app-color-text-grey) !important;
113-
}
114-
115104
.denhaag-link__icon {
116105
align-items: center;
117106
display: inline-flex;
@@ -154,13 +143,13 @@ li .denhaag-link__icon {
154143
}
155144

156145
.primaryNavContainer {
157-
position: unset;
158-
top: unset;
159-
left: unset;
160-
width: auto;
161-
background-color: unset;
162-
box-shadow: unset;
163-
z-index: unset;
146+
position: var(--web-app-nav-container-position);
147+
top: var(--web-app-nav-container-top);
148+
left: var(--web-app-nav-container-left);
149+
width: var(--web-app-nav-container-width) !important;
150+
background-color: var(--web-app-nav-container-background-color);
151+
box-shadow: var(--web-app-nav-container-box-shadow);
152+
z-index: var(--web-app-nav-container-z-index);
164153
}
165154

166155
.headerContainer {

0 commit comments

Comments
 (0)