2020-07-27 18:45:07 +02:00
|
|
|
.LP-Footer{
|
|
|
|
margin-top: 75px;
|
|
|
|
width: 100%;
|
2020-08-01 10:27:23 +02:00
|
|
|
background-color: $-grey;
|
2020-07-27 18:45:07 +02:00
|
|
|
padding: 25px;
|
|
|
|
|
|
|
|
.LP-LinkList__List{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
.LP-LinkList__Item{
|
|
|
|
border: none;
|
|
|
|
padding: 5px;
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
.LP-Text{
|
2020-08-01 10:27:23 +02:00
|
|
|
color: $-almost-white;
|
2020-07-27 18:45:07 +02:00
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.LP-Link{
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|