Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Community
drupalpt
Commits
1eed26d0
Commit
1eed26d0
authored
Apr 08, 2019
by
Cristiano Silva
Browse files
Fix header background on Contacts page
parent
bc5602a9
Pipeline
#1811
passed with stages
in 3 minutes and 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sites/sync/drupalpt.settings.yml
View file @
1eed26d0
...
...
@@ -13,10 +13,10 @@ bootstrap_barrio_navbar_toggle: navbar-toggleable-lg
bootstrap_barrio_navbar_container
:
1
bootstrap_barrio_navbar_top_position
:
'
'
bootstrap_barrio_navbar_top_color
:
navbar-dark
bootstrap_barrio_navbar_top_background
:
bg-
secondary
bootstrap_barrio_navbar_top_background
:
bg-
transparent
bootstrap_barrio_navbar_position
:
'
'
bootstrap_barrio_navbar_color
:
navbar-dark
bootstrap_barrio_navbar_background
:
bg-
primary
bootstrap_barrio_navbar_background
:
bg-
transparent
bootstrap_barrio_table_hover
:
1
_core
:
default_config_hash
:
n7BH2fFu6vYb38Lmo7wHlUvyFlaBOYn2h8Ba-4z_i-0
...
...
themes/custom/drupalpt/css/style.css
View file @
1eed26d0
...
...
@@ -9723,7 +9723,7 @@ ul.list-of-text {
.page-node-714
#main
#block-drupalpt-content
.node__content
{
padding-bottom
:
0
;
}
.page-node-714
#main
#block-drupalpt-content
.landing
{
height
:
auto
;
}
height
:
100%
;
}
.page-node-714
#main
#block-drupalpt-content
.contact-top
{
padding-bottom
:
200px
;
color
:
#fff
;
}
...
...
themes/custom/drupalpt/css/style.css.map
View file @
1eed26d0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
themes/custom/drupalpt/scss/theme-styles/pages/contacts.scss
View file @
1eed26d0
...
...
@@ -21,7 +21,8 @@
}
.landing
{
height
:
auto
;
//height: auto;
height
:
100%
;
}
.contact-top
{
...
...
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