feat: added footer
This commit is contained in:
@@ -1,2 +1,144 @@
|
||||
.footer {
|
||||
margin-top: -106px;
|
||||
background-color: $black;
|
||||
|
||||
@include laptop {
|
||||
margin-top: -54px;
|
||||
}
|
||||
|
||||
&__nav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 18px 36px;
|
||||
padding: 203px 0 27px;
|
||||
|
||||
@include desktop {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@include laptop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-link {
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
color: rgba($color: $white, $alpha: 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 24px;
|
||||
padding: 29px 0 60px;
|
||||
border-top: 1px solid rgba($color: $white, $alpha: 0.1);
|
||||
|
||||
@include laptop {
|
||||
flex-direction: column;
|
||||
gap: 32px;
|
||||
padding: 110px 0 30px;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
& .logo {
|
||||
order: 0;
|
||||
|
||||
&__link {
|
||||
@include laptop {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
order: 1;
|
||||
min-height: 32px;
|
||||
padding-left: 50px;
|
||||
background: url(../img/icons/location-circle.svg) center left no-repeat;
|
||||
|
||||
@include laptop {
|
||||
align-items: center;
|
||||
padding: 50px 0 0;
|
||||
background: url(../img/icons/location-circle.svg) center top no-repeat;
|
||||
}
|
||||
|
||||
&-address {
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
line-height: 130%;
|
||||
color: $lightgrey;
|
||||
}
|
||||
|
||||
&-worktime {
|
||||
font-weight: 300;
|
||||
font-size: 11px;
|
||||
color: $greybg;
|
||||
}
|
||||
}
|
||||
|
||||
&__social {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 18px;
|
||||
order: 2;
|
||||
|
||||
@include laptop {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
&__phone {
|
||||
flex: 0 0 auto;
|
||||
order: 3;
|
||||
|
||||
@include laptop {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
&-link {
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
flex: 0 0 auto;
|
||||
order: 4;
|
||||
}
|
||||
|
||||
&__copyrights {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
padding: 27px 0;
|
||||
font-weight: 300;
|
||||
font-size: 11px;
|
||||
color: rgba($color: $white, $alpha: 0.4);
|
||||
border-top: 1px solid rgba($color: $white, $alpha: 0.1);
|
||||
|
||||
@include laptop {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
& > a {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,6 +107,11 @@
|
||||
border-color: $darkblue;
|
||||
background-color: $darkblue;
|
||||
}
|
||||
|
||||
&--light {
|
||||
color: #dcdcdc;
|
||||
border-color: rgba($color: $white, $alpha: 1.0);
|
||||
}
|
||||
}
|
||||
|
||||
&--prev,
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
&-slogan {
|
||||
font-weight: 400;
|
||||
font-size: 9px;
|
||||
@@ -59,4 +61,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&--light &__text-name, &--light &__text-slogan {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user