Added trailing newline.

This commit is contained in:
Marcus Scholz 2021-10-02 07:19:34 +02:00
parent 0b99a430ee
commit 9f47f9f49c
33 changed files with 40 additions and 33 deletions

View File

@ -9,4 +9,5 @@
@import 'logo/logo';
@import 'tag/tag';
@import 'message/message';
@import 'pagination/pagination';
@import 'pagination/pagination';
@import 'fonts/fonts';

View File

@ -10,4 +10,4 @@
padding: 0 calc(.5em + 2px);
margin-right: .7em;
}
}
}

View File

@ -16,4 +16,4 @@
&--inline{
display: inline;
}
}
}

View File

@ -13,4 +13,4 @@
.LP-Icon__Item{
padding: 0 3px;
}
}
}

View File

@ -10,4 +10,4 @@
.LP-Figure{
padding: 0;
margin: 0;
}
}

View File

@ -112,4 +112,4 @@
color: $-grey;
}
}
}
}

View File

@ -10,4 +10,4 @@
.LP-Link__IconWrapper{
display: inline;
}
}

View File

@ -3,4 +3,4 @@
max-height: 100%;
width: auto;
object-fit: contain;
}
}

View File

@ -66,4 +66,4 @@
justify-content: center;
padding: 8px;
}
}
}

View File

@ -89,4 +89,4 @@
}
}
}
}
}

View File

@ -5,4 +5,4 @@
padding: 0;
margin: 0;
margin-bottom: 0.75em
}
}

View File

@ -28,4 +28,4 @@
font-size: 1em;
display: inline;
}
}
}

View File

@ -3,4 +3,4 @@
@import 'tagList/tagList';
@import 'navigation/navigation';
@import 'messageList/messageList';
@import 'userInfo/userInfo';
@import 'userInfo/userInfo';

View File

@ -12,4 +12,4 @@
.LP-MessageList__Item{
margin: 5px 0;
}
}
}

View File

@ -90,4 +90,4 @@
justify-content: space-between;
}
}
}
}

View File

@ -133,4 +133,4 @@
}
}
}
}

View File

@ -10,4 +10,4 @@
margin: 3px;
}
}
}
}

View File

@ -17,4 +17,4 @@
margin: 0 3px;
}
}
}
}

View File

@ -33,4 +33,4 @@
font-weight: bold;
}
}
}
}

View File

@ -6,4 +6,4 @@
@import 'form/form';
@import 'imageGrid/imageGrid';
@import 'osmMap/osmMap';
@import 'userProfile/userProfile';
@import 'userProfile/userProfile';

View File

@ -87,4 +87,4 @@
color: $-grey;
}
}
}
}

View File

@ -68,4 +68,4 @@ $-logo-height: 45px;
position: fixed;
z-index: 10;
}
}
}

View File

@ -118,4 +118,4 @@
visibility: visible;
opacity: 1;
}
}
}

View File

@ -44,4 +44,4 @@
padding: .5em;
border-radius: 2px;
}
}
}

View File

@ -19,4 +19,4 @@
}
}
}
}
}

View File

@ -13,4 +13,4 @@
flex-shrink: 1;
flex-basis: max-content;
}
}
}

View File

@ -1,3 +1,3 @@
@import 'home/home';
@import 'placeDetail/placeDetail';
@import 'codex/codex';
@import 'codex/codex';

View File

@ -10,4 +10,4 @@
padding-left: 1em;
}
}
}
}

View File

@ -12,4 +12,4 @@
width: 100%;
}
}
}

View File

@ -35,4 +35,4 @@
}
}
}
}
}

View File

@ -1 +1 @@
@import 'place/place';
@import 'place/place';

View File

@ -146,4 +146,4 @@
.tagify__dropdown__item:active {
filter: brightness(105%)
}
}

View File

@ -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;