2021-11-11 13:40:44 +03:00

62 lines
1.5 KiB
Plaintext

footer {
background: #EDEFF5;
padding: 45px 0;
box-sizing: border-box;
.container {
display: flex;
justify-content: space-between;
align-items: flex-start;
background: transparent;
}
.column {
width: 270px;
li{
&:not(:last-child) {
margin-bottom: 13px;
}
a {
color: #000;
}
}
p {
color: #8E94A7;
line-height: 32px;
}
a {
&[href^="tel"] {
display: inline-block;
font-size: 16px;
line-height: 32px;
color: #000;
padding-left: 40px;
background: url("/assets/images/icons/icon-phone.svg") no-repeat left center;
}
&[href^="mailto"] {
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #000;
padding-left: 40px;
background: url("/assets/images/icons/icon-mail.svg") no-repeat left center;
}
}
div {
&:nth-child(1),
&:nth-child(2),
&.socials {margin-bottom: 40px;}
a {
line-height: 32px;
}
}
}
}