Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
bc9145d8
Commit
bc9145d8
authored
Dec 23, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add front and css update
parent
af2a8c71
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
3 deletions
+32
-3
style.css
themes/custom/envigo/css/style.css
+0
-0
page--front.html.twig
themes/custom/envigo/templates/layout/page--front.html.twig
+32
-3
No files found.
themes/custom/envigo/css/style.css
View file @
bc9145d8
This diff is collapsed.
Click to expand it.
themes/custom/envigo/templates/layout/page--front.html.twig
View file @
bc9145d8
...
...
@@ -54,12 +54,41 @@
</div>
</div>
<div
class=
"layout-container"
>
{%
if
page.banner
%}
<div
class=
"b_o_c_b"
>
<div
class=
"b_main_slider static_banner"
>
{{
page.banner
}}
</div>
</div>
{%
endif
%}
{%
if
page.content_top
%}
<div
class=
"contentTop-section"
>
{{
page.content_top
}}
</div>
{%
endif
%}
<div
class=
"layout-content"
>
<div
class=
"container-fluid spacerTB"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row"
>
{{
page.content
}}
</div>
{# /.layout-content #}
</div>
</div>
</div>
</div>
{%
if
page.footer_top
%}
<div
class=
"container-fluid spacerTB"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row mb-5"
>
{{
page.footer_top
}}
</div>
</div>
</div>
</div>
{%
endif
%}
{%
if
page.footer
%}
<div
class=
"container-fluid f_l_c_b"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment