Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acquia_claro
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
acquia_claro
Commits
dc5e0269
Commit
dc5e0269
authored
1 year ago
by
Pravin Gaikwad
Committed by
Vishal Khode
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3384756
: Acquia Claro colors hides profile name on install page
parent
a79a235b
Branches
1.0.x
Tags
1.0.1
1 merge request
!3
Update page title color on install page.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/install_page.css
+2
-6
2 additions, 6 deletions
css/install_page.css
templates/install-page.html.twig
+3
-2
3 additions, 2 deletions
templates/install-page.html.twig
with
5 additions
and
8 deletions
css/install_page.css
+
2
−
6
View file @
dc5e0269
...
...
@@ -32,14 +32,10 @@ select:hover {
line-height
:
1
;
}
@media
all
and
(
min-width
:
48em
)
{
/* 768px */
.banner-title-img
{
margin-left
:
50px
;
}
.powered-by
{
margin-left
:
53px
;
.install-page
.banner-title-img
.page-title
{
padding-bottom
:
5px
;
}
}
@media
screen
and
(
max-width
:
600px
)
{
.form-actions
input
,
.form-wrapper
input
[
type
=
"submit"
]
{
...
...
This diff is collapsed.
Click to expand it.
templates/install-page.html.twig
+
3
−
2
View file @
dc5e0269
...
...
@@ -19,7 +19,8 @@
<img
src=
"
{{
install_page_logo_path
}}
"
>
{%
endif
%}
<h1
class=
"page-title"
>
{{
site_name
}}
<span
class=
"site-version"
>
{{
site_version
}}
</span>
{{
site_name
}}
{%
if
site_version
!=
drupal_core_version
%}
<span
class=
"site-version"
>
{{
site_version
}}
</span>
{%
endif
%}
</h1>
</div>
{%
if
site_version
%}
...
...
@@ -38,7 +39,7 @@
{# /.layout-sidebar-first #}
{%
endif
%}
<main
role=
"main"
>
<main
role=
"main"
class=
"main-content"
>
{%
if
title
%}
<h2
class=
"heading-a"
>
{{
title
}}
</h2>
{%
endif
%}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment