This commit is contained in:
parent
28a836162a
commit
b155a33081
|
|
@ -94,6 +94,9 @@
|
|||
color: $main-color;
|
||||
}
|
||||
}
|
||||
.footer__social-link {
|
||||
fill: $main-color;
|
||||
}
|
||||
}
|
||||
&-name {
|
||||
font-size: $h2-size;
|
||||
|
|
|
|||
|
|
@ -1923,6 +1923,9 @@ li {
|
|||
.news__footer-social-link svg {
|
||||
color: #fd4c24;
|
||||
}
|
||||
.news__footer-social .footer__social-link {
|
||||
fill: #fd4c24;
|
||||
}
|
||||
.news__footer-name {
|
||||
font-size: 22px;
|
||||
line-height: 30px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue