Skip to content
Snippets Groups Projects
Commit bfde94f3 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3507: adding stylings for local site footer

parent 1b93df2d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@
background-color: #000;
}
html {
background-color: #000;
}
body {
background-color: #fff;
color: #000;
......
......@@ -3,10 +3,8 @@
.uw-footer {
background-color: #000;
bottom: 0;
margin-top: 0;
padding: 0;
position: absolute;
width: 100%;
&__wrapper {
......
......@@ -7,4 +7,30 @@
grid-row: 1 / 2;
}
.uw-main-nav {
grid-column: 1 / 2;
grid-row: 2 / 3;
}
.region-highlighted {
grid-column: 1 / 2;
grid-row: 3 / 4;
}
.main {
background-color: $uw-white;
grid-column: 1 / 2;
grid-row: 4 / 5;
min-height: 450.5px;
}
.uw-site-footer {
grid-column: 1 / 2;
grid-row: 5 / 6;
}
.uw-footer {
grid-column: 1 / 2;
grid-row: 6 / 7;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment