feat: added footer

This commit is contained in:
Aliaksei Karzhou
2024-07-03 16:11:16 +03:00
parent c2eb6a55dc
commit f1f7528cde
7 changed files with 392 additions and 2 deletions

View File

@@ -46,6 +46,8 @@
}
}
&-slogan {
font-weight: 400;
font-size: 9px;
@@ -59,4 +61,8 @@
}
}
}
&--light &__text-name, &--light &__text-slogan {
color: $white;
}
}