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
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
Commits
7425347b
Commit
7425347b
authored
4 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3597: adding styling for responsive header and colour bar
parent
2b124d60
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/_patterns/03-layouts/header/_header.scss
+32
-7
32 additions, 7 deletions
source/_patterns/03-layouts/header/_header.scss
source/_patterns/04-components/site-logo/site-logo.twig
+1
-1
1 addition, 1 deletion
source/_patterns/04-components/site-logo/site-logo.twig
with
33 additions
and
8 deletions
source/_patterns/03-layouts/header/_header.scss
+
32
−
7
View file @
7425347b
...
...
@@ -8,33 +8,58 @@
&
__wrapper
{
display
:
grid
;
font-family
:
"BureauGrotCond Book"
,
impact
,
"avenir next condensed heavy"
,
"Droid Sans"
,
sans-serif
;
grid-template-columns
:
auto
12
.5rem
50
.5rem
auto
;
grid-template-columns
:
100%
;
margin-left
:
auto
;
margin-right
:
auto
;
padding
:
1rem
0
0
;
position
:
relative
;
@include
large
{
grid-template-columns
:
auto
12
.5rem
50
.5rem
auto
;
}
.uw-site-logo
{
grid-column
:
2
/
3
;
grid-column
:
1
/
5
;
grid-row
:
1
/
2
;
padding
:
1rem
0
;
text-align
:
center
;
@include
large
{
grid-column
:
2
/
3
;
grid-row
:
1
/
2
;
}
}
.uw-header-menu
{
grid-column
:
3
/
4
;
grid-row
:
1
/
2
;
padding-top
:
1
.2rem
;
grid-column
:
1
/
5
;
grid-row
:
2
/
3
;
padding
:
1rem
0
;
@include
large
{
grid-column
:
3
/
4
;
grid-row
:
1
/
2
;
}
}
.uw-colour-bar
{
grid-column
:
1
/
5
;
grid-row
:
2
/
3
;
grid-row
:
3
/
4
;
padding-top
:
1rem
;
@include
large
{
grid-column
:
1
/
5
;
grid-row
:
2
/
3
;
}
}
.uw-main-nav
{
grid-column
:
1
/
5
;
grid-row
:
3
/
4
;
grid-row
:
4
/
5
;
@include
large
{
grid-column
:
1
/
5
;
grid-row
:
3
/
4
;
}
}
.messages-list
{
...
...
This diff is collapsed.
Click to expand it.
source/_patterns/04-components/site-logo/site-logo.twig
+
1
−
1
View file @
7425347b
<div
class=
"uw-site-logo"
>
<a
class=
"uw-site-logo__link"
href=
"https://uwaterloo.ca"
title=
"
{{
'Home'
|
t
}}
"
rel=
"home"
></a>
</div>
\ No newline at end of file
</div>
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