Skip to content

Commit 89f1e5c

Browse files
DBC22-1096: update site logo (#158)
* DBC22-1096: Updated site logo to desired * DBC22-1096: Added styling for the logo and removed unused image Added styling for the logo and removed unused image * DBC22-1096: Fixed styling on mobile Fixed styling on mobile --------- Co-authored-by: bcgov-brwang <bcgov.brwang@gmail.com>
1 parent 0627ea3 commit 89f1e5c

File tree

5 files changed

+63
-6
lines changed

5 files changed

+63
-6
lines changed

src/frontend/src/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import './Footer.scss';
33
import Container from 'react-bootstrap/Container';
4-
import logo from './images/BCID_H_rgb_pos.png';
4+
import logo from './images/dbc-logo.svg';
55
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
66
import {
77
faArrowUpRightFromSquare,

src/frontend/src/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Nav from 'react-bootstrap/Nav';
88
import Navbar from 'react-bootstrap/Navbar';
99

1010
// Static files
11-
import logo from './images/BCID_H_rgb_pos.png';
11+
import logo from './images/dbc-logo.svg';
1212

1313
// Styling
1414
import './Header.scss';

src/frontend/src/Header.scss

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,35 @@
6868

6969
&-brand {
7070
padding: 0;
71-
margin-left: 48px;
71+
margin-left: 48px;
7272

73-
@media (min-width: 992px) {
74-
margin-left: 0;
73+
@media (min-width: 992px) {
74+
margin-left: 0;
7575
}
7676

7777
.header-logo {
78-
height: 50px;
78+
width: 144px;
79+
height: 37px;
80+
top: 6px;
81+
left: 32px;
82+
margin-right: 24px;
83+
}
84+
}
85+
86+
&-brand {
87+
padding: 0;
88+
margin-left: 48px;
89+
90+
@media (max-width: 992px) {
91+
margin-left: 0;
92+
}
93+
94+
.header-logo {
95+
width: 144px;
96+
height: 37px;
97+
top: 6px;
98+
left: 32px;
99+
margin-right: 24px;
79100
}
80101
}
81102

-15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)