Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
Merge requests
!104
ISTWCMS-5154: adding css to exlcude layout builder stuff from site footer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-5154: adding css to exlcude layout builder stuff from site footer
feature/ISTWCMS-5154-ebremner-site-footer-layout-builder
into
3.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Eric Bremner
requested to merge
feature/ISTWCMS-5154-ebremner-site-footer-layout-builder
into
3.0.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
3.0.x
3.0.x (base)
and
latest version
latest version
eaf2e1c1
1 commit,
3 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
source/_patterns/03-layouts/site-footer/_site-footer.scss
+
9
−
0
Options
@@ -100,4 +100,13 @@
color
:gesso-brand
(
org-default
,
uw-white
,
primary
)
;
}
}
.uw-admin-label
{
display
:
none
;
}
.in-layout-builder
{
border
:
0
;
margin
:
initial
;
}
}
Loading