diff --git a/components/01_Atoms/_atoms.scss b/components/01_Atoms/_atoms.scss index 6cd4b9a..b5bc102 100644 --- a/components/01_Atoms/_atoms.scss +++ b/components/01_Atoms/_atoms.scss @@ -9,4 +9,5 @@ @import 'logo/logo'; @import 'tag/tag'; @import 'message/message'; -@import 'pagination/pagination'; \ No newline at end of file +@import 'pagination/pagination'; +@import 'fonts/fonts'; diff --git a/components/01_Atoms/checkbox/_checkbox.scss b/components/01_Atoms/checkbox/_checkbox.scss index c3fe00c..f35bff8 100644 --- a/components/01_Atoms/checkbox/_checkbox.scss +++ b/components/01_Atoms/checkbox/_checkbox.scss @@ -10,4 +10,4 @@ padding: 0 calc(.5em + 2px); margin-right: .7em; } -} \ No newline at end of file +} diff --git a/components/01_Atoms/headline/_headline.scss b/components/01_Atoms/headline/_headline.scss index bdec001..05f3203 100644 --- a/components/01_Atoms/headline/_headline.scss +++ b/components/01_Atoms/headline/_headline.scss @@ -16,4 +16,4 @@ &--inline{ display: inline; } -} \ No newline at end of file +} diff --git a/components/01_Atoms/icon/_icon.scss b/components/01_Atoms/icon/_icon.scss index 3ea2c22..a4fefdc 100644 --- a/components/01_Atoms/icon/_icon.scss +++ b/components/01_Atoms/icon/_icon.scss @@ -13,4 +13,4 @@ .LP-Icon__Item{ padding: 0 3px; } -} \ No newline at end of file +} diff --git a/components/01_Atoms/image/_image.scss b/components/01_Atoms/image/_image.scss index fa0d264..50da5e7 100644 --- a/components/01_Atoms/image/_image.scss +++ b/components/01_Atoms/image/_image.scss @@ -10,4 +10,4 @@ .LP-Figure{ padding: 0; margin: 0; -} \ No newline at end of file +} diff --git a/components/01_Atoms/input/_input.scss b/components/01_Atoms/input/_input.scss index d1ab74f..cf87db7 100644 --- a/components/01_Atoms/input/_input.scss +++ b/components/01_Atoms/input/_input.scss @@ -112,4 +112,4 @@ color: $-grey; } } -} \ No newline at end of file +} diff --git a/components/01_Atoms/link/_link.scss b/components/01_Atoms/link/_link.scss index aabef3e..5950fa1 100644 --- a/components/01_Atoms/link/_link.scss +++ b/components/01_Atoms/link/_link.scss @@ -10,4 +10,4 @@ .LP-Link__IconWrapper{ display: inline; -} \ No newline at end of file +} diff --git a/components/01_Atoms/logo/_logo.scss b/components/01_Atoms/logo/_logo.scss index 84dd7f6..8923984 100644 --- a/components/01_Atoms/logo/_logo.scss +++ b/components/01_Atoms/logo/_logo.scss @@ -3,4 +3,4 @@ max-height: 100%; width: auto; object-fit: contain; -} \ No newline at end of file +} diff --git a/components/01_Atoms/message/_message.scss b/components/01_Atoms/message/_message.scss index 71d3198..01b2db9 100644 --- a/components/01_Atoms/message/_message.scss +++ b/components/01_Atoms/message/_message.scss @@ -66,4 +66,4 @@ justify-content: center; padding: 8px; } -} \ No newline at end of file +} diff --git a/components/01_Atoms/pagination/_pagination.scss b/components/01_Atoms/pagination/_pagination.scss index 56d1fe8..69d7cb5 100644 --- a/components/01_Atoms/pagination/_pagination.scss +++ b/components/01_Atoms/pagination/_pagination.scss @@ -89,4 +89,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/01_Atoms/paragraph/_paragraph.scss b/components/01_Atoms/paragraph/_paragraph.scss index 8d7d882..fe2238a 100644 --- a/components/01_Atoms/paragraph/_paragraph.scss +++ b/components/01_Atoms/paragraph/_paragraph.scss @@ -5,4 +5,4 @@ padding: 0; margin: 0; margin-bottom: 0.75em -} \ No newline at end of file +} diff --git a/components/01_Atoms/tag/_tag.scss b/components/01_Atoms/tag/_tag.scss index ee94ce3..8872737 100644 --- a/components/01_Atoms/tag/_tag.scss +++ b/components/01_Atoms/tag/_tag.scss @@ -28,4 +28,4 @@ font-size: 1em; display: inline; } -} \ No newline at end of file +} diff --git a/components/02_Molecules/_molecules.scss b/components/02_Molecules/_molecules.scss index 37c5103..e85441e 100644 --- a/components/02_Molecules/_molecules.scss +++ b/components/02_Molecules/_molecules.scss @@ -3,4 +3,4 @@ @import 'tagList/tagList'; @import 'navigation/navigation'; @import 'messageList/messageList'; -@import 'userInfo/userInfo'; \ No newline at end of file +@import 'userInfo/userInfo'; diff --git a/components/02_Molecules/messageList/_messageList.scss b/components/02_Molecules/messageList/_messageList.scss index d9653eb..d19a8a1 100644 --- a/components/02_Molecules/messageList/_messageList.scss +++ b/components/02_Molecules/messageList/_messageList.scss @@ -12,4 +12,4 @@ .LP-MessageList__Item{ margin: 5px 0; } -} \ No newline at end of file +} diff --git a/components/02_Molecules/navigation/_navigation.scss b/components/02_Molecules/navigation/_navigation.scss index edd0f15..a2eb064 100644 --- a/components/02_Molecules/navigation/_navigation.scss +++ b/components/02_Molecules/navigation/_navigation.scss @@ -90,4 +90,4 @@ justify-content: space-between; } } -} \ No newline at end of file +} diff --git a/components/02_Molecules/placeTeaser/_placeTeaser.scss b/components/02_Molecules/placeTeaser/_placeTeaser.scss index d95e3df..c3b5740 100644 --- a/components/02_Molecules/placeTeaser/_placeTeaser.scss +++ b/components/02_Molecules/placeTeaser/_placeTeaser.scss @@ -133,4 +133,4 @@ } } -} \ No newline at end of file +} diff --git a/components/02_Molecules/tagList/_tagList.scss b/components/02_Molecules/tagList/_tagList.scss index 9afd62b..7a8ba88 100644 --- a/components/02_Molecules/tagList/_tagList.scss +++ b/components/02_Molecules/tagList/_tagList.scss @@ -10,4 +10,4 @@ margin: 3px; } } -} \ No newline at end of file +} diff --git a/components/02_Molecules/textSection/_textSection.scss b/components/02_Molecules/textSection/_textSection.scss index baadd8f..8cb0313 100644 --- a/components/02_Molecules/textSection/_textSection.scss +++ b/components/02_Molecules/textSection/_textSection.scss @@ -17,4 +17,4 @@ margin: 0 3px; } } -} \ No newline at end of file +} diff --git a/components/02_Molecules/userInfo/_userInfo.scss b/components/02_Molecules/userInfo/_userInfo.scss index fdc28f2..8ff2407 100644 --- a/components/02_Molecules/userInfo/_userInfo.scss +++ b/components/02_Molecules/userInfo/_userInfo.scss @@ -33,4 +33,4 @@ font-weight: bold; } } -} \ No newline at end of file +} diff --git a/components/03_Organisms/_organisms.scss b/components/03_Organisms/_organisms.scss index 5dd0db7..d6ea334 100644 --- a/components/03_Organisms/_organisms.scss +++ b/components/03_Organisms/_organisms.scss @@ -6,4 +6,4 @@ @import 'form/form'; @import 'imageGrid/imageGrid'; @import 'osmMap/osmMap'; -@import 'userProfile/userProfile'; \ No newline at end of file +@import 'userProfile/userProfile'; diff --git a/components/03_Organisms/form/_form.scss b/components/03_Organisms/form/_form.scss index 0884804..7501dfe 100644 --- a/components/03_Organisms/form/_form.scss +++ b/components/03_Organisms/form/_form.scss @@ -87,4 +87,4 @@ color: $-grey; } } -} \ No newline at end of file +} diff --git a/components/03_Organisms/header/_header.scss b/components/03_Organisms/header/_header.scss index 62d4319..2cc4bb0 100644 --- a/components/03_Organisms/header/_header.scss +++ b/components/03_Organisms/header/_header.scss @@ -68,4 +68,4 @@ $-logo-height: 45px; position: fixed; z-index: 10; } -} \ No newline at end of file +} diff --git a/components/03_Organisms/imageGrid/_imageGrid.scss b/components/03_Organisms/imageGrid/_imageGrid.scss index 7316745..abb1a52 100644 --- a/components/03_Organisms/imageGrid/_imageGrid.scss +++ b/components/03_Organisms/imageGrid/_imageGrid.scss @@ -118,4 +118,4 @@ visibility: visible; opacity: 1; } -} \ No newline at end of file +} diff --git a/components/03_Organisms/osmMap/_osmMap.scss b/components/03_Organisms/osmMap/_osmMap.scss index 65be25e..f4c00f8 100644 --- a/components/03_Organisms/osmMap/_osmMap.scss +++ b/components/03_Organisms/osmMap/_osmMap.scss @@ -44,4 +44,4 @@ padding: .5em; border-radius: 2px; } -} \ No newline at end of file +} diff --git a/components/03_Organisms/placeGrid/_placeGrid.scss b/components/03_Organisms/placeGrid/_placeGrid.scss index 403b43a..5b52a7e 100644 --- a/components/03_Organisms/placeGrid/_placeGrid.scss +++ b/components/03_Organisms/placeGrid/_placeGrid.scss @@ -19,4 +19,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/03_Organisms/userProfile/_userProfile.scss b/components/03_Organisms/userProfile/_userProfile.scss index ee8c381..557256e 100644 --- a/components/03_Organisms/userProfile/_userProfile.scss +++ b/components/03_Organisms/userProfile/_userProfile.scss @@ -13,4 +13,4 @@ flex-shrink: 1; flex-basis: max-content; } -} \ No newline at end of file +} diff --git a/components/04_Templates/_templates.scss b/components/04_Templates/_templates.scss index 8ea31b9..e6e3f43 100644 --- a/components/04_Templates/_templates.scss +++ b/components/04_Templates/_templates.scss @@ -1,3 +1,3 @@ @import 'home/home'; @import 'placeDetail/placeDetail'; -@import 'codex/codex'; \ No newline at end of file +@import 'codex/codex'; diff --git a/components/04_Templates/codex/_codex.scss b/components/04_Templates/codex/_codex.scss index ba9e99f..ee079df 100644 --- a/components/04_Templates/codex/_codex.scss +++ b/components/04_Templates/codex/_codex.scss @@ -10,4 +10,4 @@ padding-left: 1em; } } -} \ No newline at end of file +} diff --git a/components/04_Templates/home/_home.scss b/components/04_Templates/home/_home.scss index 823f83f..4da224f 100644 --- a/components/04_Templates/home/_home.scss +++ b/components/04_Templates/home/_home.scss @@ -12,4 +12,4 @@ width: 100%; } -} \ No newline at end of file +} diff --git a/components/04_Templates/placeDetail/_placeDetail.scss b/components/04_Templates/placeDetail/_placeDetail.scss index 3312fd5..0808165 100644 --- a/components/04_Templates/placeDetail/_placeDetail.scss +++ b/components/04_Templates/placeDetail/_placeDetail.scss @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/05_Pages/_pages.scss b/components/05_Pages/_pages.scss index 02c0714..5b26260 100644 --- a/components/05_Pages/_pages.scss +++ b/components/05_Pages/_pages.scss @@ -1 +1 @@ -@import 'place/place'; \ No newline at end of file +@import 'place/place'; diff --git a/components/_tagify.scss b/components/_tagify.scss index 2fb3c3a..efa0303 100644 --- a/components/_tagify.scss +++ b/components/_tagify.scss @@ -146,4 +146,4 @@ .tagify__dropdown__item:active { filter: brightness(105%) -} \ No newline at end of file +} diff --git a/components/main.scss b/components/main.scss index 007078b..d021f9a 100644 --- a/components/main.scss +++ b/components/main.scss @@ -43,7 +43,13 @@ font-display: swap; src: local('Montserrat Bold'), local('Montserrat-Bold'), url(fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'); } - +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: local("MaterialIcons Regular"), local("MaterialIcons-Regular"), url(fonts/MaterialDesignIcons/MaterialIcons-Regular.woff2) format('woff2'); +} + // Define global color variables. $-beige: #D7CEC7; $-grey: #565656;