File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
frontend/src/Pages/LoginPickerPage Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 } >
You can’t perform that action at this time.
0 commit comments