30 lines
627 B
SCSS
30 lines
627 B
SCSS
.LP-Footer{
|
|
margin-top: 75px;
|
|
width: 100%;
|
|
background-color: $-secondary-color;
|
|
padding: 25px;
|
|
|
|
.LP-LinkList__List{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
.LP-LinkList__Item{
|
|
border: none;
|
|
padding: 5px;
|
|
width: auto;
|
|
|
|
.LP-Text{
|
|
color: $-secondary-background-color;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.LP-Link{
|
|
display: inline;
|
|
|
|
&:hover{
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |