Skip to content

Commit 8d42b43

Browse files
committed
Add caption "innlogging for interne"
1 parent 0337b96 commit 8d42b43

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

frontend/src/Pages/LoginPickerPage/LoginPickerPage.module.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,21 @@
1111
max-width: 640px;
1212
}
1313

14+
.caption {
15+
display: block;
16+
font-size: 1.25rem;
17+
color: $grey-1;
18+
margin-bottom: 5px;
19+
font-weight: 400;
20+
}
21+
1422
.headerTitle {
1523
color: $black-1;
1624
font-size: 3rem;
1725
font-weight: 700;
26+
margin-top: 0;
1827
margin-bottom: 30px;
19-
}
20-
21-
.headerSubtitle {
22-
color: $grey-1;
23-
font-size: 1.25rem;
24-
margin-bottom: 20px;
28+
line-height: 1.1;
2529
}
2630

2731
.picker {

frontend/src/Pages/LoginPickerPage/LoginPickerPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const LoginPickerPage: FC<Props> = ({ newRoute }) => {
3131
Tilbake
3232
</button>
3333
<form onSubmit={onSubmit} className={styles.formWrapper}>
34+
<span className={styles.caption}>Innlogging for interne</span>
3435
<h1 className={styles.headerTitle}>Hvordan vil du logge inn?</h1>
3536

3637
<div className={styles.picker}>

0 commit comments

Comments
 (0)