Skip to content

Commit 30b354e

Browse files
authored
updated logo (#154)
2 parents 4845bff + b45ae12 commit 30b354e

11 files changed

+7
-9
lines changed

assets/docketeer-logo-dark.png

101 KB
Loading

assets/docketeer-logo-light.png

102 KB
Loading

assets/docketeer-title.png

-43.1 KB
Binary file not shown.

assets/docketeer-title2.png

-35.7 KB
Binary file not shown.

assets/extended-dark.png

151 KB
Loading

assets/extended-light.png

151 KB
Loading

src/components/Login/Login.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
.logo {
3434
margin-top: 1rem;
35-
max-width: 440px;
35+
margin-bottom: 2vh;
36+
max-width: 500px;
3637
}
3738

3839
@media screen and (max-width: $breakpoint-lg) {

src/components/Login/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from './Login.module.scss';
44
import globalStyles from '../global.module.scss';
55
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
66
// @ts-ignore
7-
import Docketeer from '../../../assets/docketeer-title.png';
7+
import Docketeer from '../../../assets/extended-light.png';
88
import { UserInfo } from '../../../types';
99
import { createAlert } from '../../reducers/alertReducer';
1010
import { useAppDispatch } from '../../reducers/hooks';

src/components/Metrics/Metrics.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.button:hover {
26-
background-color: red;
26+
background-color: hsl(190, 72%, 36%);
2727
box-shadow: 0 12px 16px 0 rgba(243, 8, 8, 0.24),
2828
0 17px 50px 0 rgba(0, 0, 0, 0.19);
2929
}

src/components/SignUp/SignUp.module.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929

3030
.logo {
3131
margin-top: 1rem;
32-
max-width: 440px;
32+
margin-bottom: 2vh;
33+
max-width: 500px;
3334
}
3435

3536
@media screen and (max-width: $breakpoint-lg) {
36-
.wrapper {
37-
// left: -$sidebar-width;
38-
}
3937
.logo {
4038
width: 100%;
4139
}

0 commit comments

Comments
 (0)