-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ida Klemmetsrud Isaksen
committed
Aug 31, 2023
1 parent
5d3fc99
commit 1ac6939
Showing
75 changed files
with
991 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from 'src/varianttur/guildford23/bliKjent'; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
106 changes: 106 additions & 0 deletions
106
src/varianttur/guildford23/bliKjent/bliKjent.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
.container { | ||
background-color: var(--color-primary__shade1); | ||
color: var(--color-standard__white); | ||
padding-top: 1rem; | ||
} | ||
|
||
a { | ||
color: white !important; | ||
text-decoration: none; | ||
} | ||
|
||
a:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.backLink { | ||
display: flex; | ||
justify-content: flex-start; | ||
margin-bottom: 2rem; | ||
margin-left: 1rem; | ||
} | ||
|
||
.headerContainer { | ||
margin-bottom: 2rem; | ||
padding: 1rem; | ||
} | ||
|
||
.introText { | ||
margin: 0; | ||
} | ||
|
||
.questions { | ||
padding: 2rem 0; | ||
} | ||
|
||
.question { | ||
margin: 0; | ||
} | ||
|
||
h3, | ||
h4 { | ||
font-family: 'Recoleta'; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.variantContainer { | ||
margin-bottom: 5rem; | ||
} | ||
|
||
.personContainer, | ||
.reversePersonContainer { | ||
display: flex; | ||
justify-content: space-between; | ||
width: 100%; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.imageContainer { | ||
display: flex; | ||
align-items: center; | ||
width: 30%; | ||
} | ||
|
||
.image { | ||
width: 100%; | ||
} | ||
|
||
.personInfoContainer { | ||
width: 65%; | ||
} | ||
|
||
.personInfo { | ||
margin-top: 0; | ||
width: 95%; | ||
word-wrap: break-word; | ||
word-break: break-word; | ||
} | ||
|
||
@media (min-width: 900px) { | ||
.backLink { | ||
margin-left: 0; | ||
margin-bottom: 4rem; | ||
} | ||
|
||
.headerContainer { | ||
margin-bottom: 5rem; | ||
padding: 0; | ||
} | ||
|
||
.contentContainer { | ||
padding: 5rem 13rem; | ||
} | ||
|
||
.variantContainer { | ||
margin-bottom: 8rem; | ||
} | ||
|
||
.personContainer, | ||
.reversePersonContainer { | ||
margin-bottom: 3rem; | ||
} | ||
|
||
.reversePersonContainer { | ||
flex-direction: row-reverse; | ||
} | ||
} |
Oops, something went wrong.