Gotta go, no time for a nice commit message

This commit is contained in:
2020-07-18 18:49:47 +02:00
parent 692f11ea5b
commit c239c89fab
15 changed files with 246 additions and 50 deletions

View File

@@ -5,4 +5,8 @@
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0.2rem;
&--inline{
display: inline;
}
}

View File

@@ -8,6 +8,7 @@
display: inline-flex;
justify-content: space-between;
justify-items: stretch;
padding: 0;
.LP-Icon__Item{
padding: 0 3px;

View File

@@ -1,8 +1,15 @@
.LP-Link {
color: $-secondary-color;
text-decoration: none;
font-family: $-primary-accent-font;
font-family: $-primary-sans-serif-accent-font;
&:hover {
color: $-secondary-accent-color;
}
.LP-Text{
font-family: $-primary-sans-serif-accent-font;
&:hover{
color: $-secondary-accent-color;
}
}
}