100 lines
1.5 KiB
SCSS
100 lines
1.5 KiB
SCSS
![]() |
.footer {
|
||
|
margin-top: -3rem;
|
||
|
|
||
|
&__left {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
&__description {
|
||
|
padding: 0 100px 0 34px;
|
||
|
|
||
|
span {
|
||
|
color: #18586e;
|
||
|
font-family: 'GT Eesti Pro Display';
|
||
|
font-size: 1.6em;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
letter-spacing: normal;
|
||
|
line-height: 16.81px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__icon {
|
||
|
text-align: end;
|
||
|
|
||
|
img {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__right {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: left;
|
||
|
}
|
||
|
|
||
|
&__phone {
|
||
|
color: #003b65;
|
||
|
font-family: 'CeraPro';
|
||
|
font-size: 2.1em;
|
||
|
letter-spacing: normal;
|
||
|
line-height: 25px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
&__working-hours {
|
||
|
color: #003b65;
|
||
|
font-family: 'CeraPro';
|
||
|
font-size: 1.2em;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
letter-spacing: normal;
|
||
|
line-height: normal;
|
||
|
margin-left: 24px;
|
||
|
}
|
||
|
|
||
|
&__copyright {
|
||
|
padding: 1rem 1rem 1rem 5.6rem;
|
||
|
font-family: 'Muller';
|
||
|
font-weight: 300;
|
||
|
font-size: 1.2em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width: 1199px) {
|
||
|
.footer {
|
||
|
&__left {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width: 575.98px) {
|
||
|
.footer {
|
||
|
&__left {
|
||
|
margin-top: 80px;
|
||
|
}
|
||
|
|
||
|
&__description {
|
||
|
padding: 0;
|
||
|
margin-left: 10px;
|
||
|
|
||
|
span {
|
||
|
font-size: 1.2em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__icon {
|
||
|
img {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__right {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
}
|
||
|
}
|