forked from id-sk/id-sk-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grey color for menu as default and edited hlavicka-s-uvodnym-blokom.n…
…jk page
- Loading branch information
Tibor Dulovec
committed
Oct 15, 2021
1 parent
5e9f092
commit 802011a
Showing
5 changed files
with
46 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
{% from "../../../../src/idsk/components/intro-block/macro.njk" import idskIntroBlock %} | ||
{{ idskIntroBlock({ | ||
{{ idskIntroBlock({ | ||
bottomMenu: [ | ||
{ | ||
item:"Eurofondy", | ||
href:"#"}, | ||
item:"Eurofondy", | ||
href:"#"}, | ||
{ | ||
item:"Kontakty", | ||
href:"#" | ||
}, | ||
}, | ||
{ | ||
item:"Informatizácia", | ||
href:"#" | ||
}, | ||
{ | ||
}, | ||
{ | ||
item:"Investície", | ||
href:"#" | ||
}, | ||
}, | ||
{ | ||
item:"O ministerstve", | ||
href:"#" | ||
}], | ||
sideMenu: [ | ||
{ | ||
item:"O Eurofondoch", | ||
href:"#"}, | ||
item:"O Eurofondoch", | ||
href:"#"}, | ||
{ | ||
item:"Aktuality", | ||
href:"#" | ||
}, | ||
}, | ||
{ | ||
item:"O Ministerstve", | ||
href:"#" | ||
}, | ||
{ | ||
}, | ||
{ | ||
item:"Aktuálne výzvy", | ||
href:"#" | ||
}, | ||
}, | ||
{ | ||
item:"Dokumenty", | ||
href:"#" | ||
}], | ||
classBackground: "app-pane-grey", | ||
classBackground: "app-pane-transparent", | ||
searchEnabled: true | ||
})}} | ||
})}} |
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 |
---|---|---|
|
@@ -20,6 +20,5 @@ | |
item:"Dokumenty", | ||
href:"#" | ||
}], | ||
classBackground: "app-pane-grey", | ||
searchEnabled: true | ||
})}} |
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