You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import '../../../styles';
|
|
|
|
.footer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
padding: 0 4rem 4rem;
|
|
text-align: center;
|
|
|
|
&--rights {
|
|
font-size: 0.875rem;
|
|
color: $color-gray;
|
|
}
|
|
|
|
&__links {
|
|
font-size: 0.75rem;
|
|
color: $color-gray;
|
|
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|