Skip to content

Commit

Permalink
fix(styling): change column names, less padding and smaller logo
Browse files Browse the repository at this point in the history
  • Loading branch information
asewilhelmsen committed Jul 3, 2023
1 parent cfe703c commit b436f83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions next-tavla/src/Shared/components/Header/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.logo {
height: auto;
width: 7em;
width: 6em;
}

.tagText {
font-size: 0.5em;
font-size: 0.4em;
color: var(--main-text-color);
margin: 0;
}
2 changes: 1 addition & 1 deletion next-tavla/src/Shared/components/Tile/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
width: 100%;
background-color: var(--secondary-background-color);
color: var(--main-text-color);
padding: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
overflow: hidden;
}
4 changes: 2 additions & 2 deletions next-tavla/src/Shared/types/tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { TTransportMode } from './graphql-schema'
export const Columns = {
destination: 'Destinasjon',
line: 'Linje',
platform: 'Plattform',
time: 'Avgangstid',
platform: 'Plf.',
time: 'Avgang',
situations: 'Avvik',
} as const

Expand Down

0 comments on commit b436f83

Please sign in to comment.