Skip to content

Commit 0cb9d65

Browse files
authored
Merge pull request #500 from HSLdevcom/DT-6830
DT-6906 Matka logo update
2 parents 4e60f23 + c8e740b commit 0cb9d65

7 files changed

Lines changed: 24 additions & 20 deletions

File tree

public/matka.png

1.47 KB
Loading

src/ui/Banner.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
#logo {
3535
position: absolute;
3636
max-height: 50px !important;
37-
top: 10px;
3837
left: 10px;
39-
width: 200px;
4038
}
4139
}
4240

src/ui/Titlebar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ $preview-container-height: 365px;
161161
padding-left: 0.4vw;
162162
}
163163

164+
.matka {
165+
width: 100%;
166+
}
167+
164168
&.preview {
165169
min-width: calc(0.14 * #{$preview-container-width}) !important;
166170
padding: calc(0.015 * #{$preview-container-height}) 0 !important;

src/ui/favicons/matka.png

1.47 KB
Loading

src/ui/logo/MatkaLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import * as React from 'react';
22
import Logo from './matka-logo.svg';
33

44
export default ({ style }: { style?: React.CSSProperties } = { style: {} }) => (
5-
<img title="logo matka.fi" id={'logo'} src={Logo} style={style} />
5+
<img className="matka" title="logo matka" src={Logo} style={style} />
66
);

src/ui/logo/matka-logo-colorful.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/ui/logo/matka-logo.svg

Lines changed: 19 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)