-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1282 from Informatievlaanderen/develop
ci: finalise 2.15.0
- Loading branch information
Showing
71 changed files
with
907 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,81 @@ | ||
<div class="test-header" data-v-df634f57="" data-v-7a7a37b1=""> | ||
<div class="global-header" data-v-df634f57=""><img src="{{ '/assets/images/LOGO_Vlaanderen_NIV2.svg' | relative_url }}" | ||
<div class="global-header" data-v-df634f57=""><img | ||
src="{{ '/assets/images/LOGO_Vlaanderen_NIV2.svg' | relative_url }}" | ||
alt="Vlaanderen" data-v-df634f57=""><img class="small-global-header-divider" | ||
src="{{ '/assets/images/divider_globalheader.svg' | relative_url }}" alt="divider" data-v-df634f57=""><span | ||
src="{{ '/assets/images/divider_globalheader.svg' | relative_url }}" | ||
alt="divider" data-v-df634f57=""><span | ||
class="header-title header-font" data-v-df634f57="">Vlaamse Smart Data Space</span><span class="spacer" | ||
data-v-df634f57=""></span> | ||
<div id="help-needed" data-v-df634f57=""><span class="header-font" data-v-df634f57="">Hulp nodig</span><img | ||
class="question-menu-item" src="{{ '/assets/images/question-mark.svg' | relative_url }}" alt="?" | ||
data-v-df634f57=""></div> | ||
data-v-df634f57=""></span> | ||
<div id="help-needed" data-v-df634f57=""> | ||
<span class="header-font" data-v-df634f57="">Hulp nodig</span> | ||
<a href="https://www.vlaanderen.be/vlaamse-smart-data-space-portaal/contact" target="_blank"> | ||
<img class="question-menu-item" src="{{ '/assets/images/question-mark.svg' | relative_url }}" alt="?" | ||
data-v-df634f57=""> | ||
</a> | ||
</div> | ||
</div> | ||
<hr class="divider" data-v-df634f57=""> | ||
</div> | ||
|
||
|
||
|
||
<style> | ||
|
||
#help-needed[data-v-df634f57] { | ||
display: flex; | ||
align-items: center; | ||
gap: 5px; | ||
background-image: url(/assets/images/hulp_nodig.svg | relative_url); | ||
width: 144px; | ||
height: 44px; | ||
} | ||
|
||
.global-header[data-v-df634f57] { | ||
display: flex; | ||
margin-left: 0px; | ||
align-items: center; | ||
position: fixed; | ||
width: 100%; | ||
border-bottom:0.5px solid rgb(138, 138, 138); | ||
background-color: white; | ||
z-index: 100; | ||
|
||
} | ||
|
||
.test-header{ | ||
margin-bottom: 20px; | ||
overflow:hidden; | ||
} | ||
|
||
|
||
|
||
element.style { | ||
} | ||
|
||
.small-global-header-divider[data-v-df634f57] { | ||
margin: 0 8px 0 4px; | ||
} | ||
|
||
.header-font { | ||
color: #333332; | ||
font-family: Flanders Art Sans, sans-serif; | ||
font-size: 12px; | ||
font-style: normal; | ||
font-weight: 500; | ||
line-height: normal; | ||
letter-spacing: 0.5px; | ||
text-transform: uppercase; | ||
} | ||
|
||
.spacer { | ||
flex-grow: 1; | ||
} | ||
|
||
.divider { | ||
border: 1px solid #8f8f8f66; | ||
margin: 0; | ||
} | ||
|
||
#help-needed > span[data-v-df634f57] { | ||
margin-left: 25px; | ||
} | ||
#help-needed[data-v-df634f57] { | ||
display: flex; | ||
align-items: center; | ||
gap: 5px; | ||
background-image: url(/assets/images/hulp_nodig.svg | relative_url); | ||
width: 144px; | ||
height: 44px; | ||
} | ||
|
||
.global-header[data-v-df634f57] { | ||
display: flex; | ||
margin-left: 0px; | ||
align-items: center; | ||
position: fixed; | ||
width: 100%; | ||
border-bottom: 0.5px solid rgb(138, 138, 138); | ||
background-color: white; | ||
z-index: 100; | ||
|
||
} | ||
|
||
.test-header { | ||
margin-bottom: 20px; | ||
overflow: hidden; | ||
} | ||
|
||
|
||
element.style { | ||
} | ||
|
||
.small-global-header-divider[data-v-df634f57] { | ||
margin: 0 8px 0 4px; | ||
} | ||
|
||
.header-font { | ||
color: #333332; | ||
font-family: Flanders Art Sans, sans-serif; | ||
font-size: 12px; | ||
font-style: normal; | ||
font-weight: 500; | ||
line-height: normal; | ||
letter-spacing: 0.5px; | ||
text-transform: uppercase; | ||
} | ||
|
||
.spacer { | ||
flex-grow: 1; | ||
} | ||
|
||
.divider { | ||
border: 1px solid #8f8f8f66; | ||
margin: 0; | ||
} | ||
|
||
#help-needed > span[data-v-df634f57] { | ||
margin-left: 25px; | ||
} | ||
|
||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.