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

@@ -29,6 +29,24 @@
}
}
&--youtube {
background-image: url(../img/icons/whatsapp.svg);
background-color: #ff0000;
&:active {
background-color: #da0000;
}
}
&--vk {
background-image: url(../img/icons/telegram.svg);
background-color: #0077ff;
&:active {
background-color: #0067dd;
}
}
&--phone {
width: auto;
height: auto;
@@ -46,7 +64,7 @@
height: 23px;
width: 23px;
}
&:active {
@include laptop {
background-color: $darkblue;