ORIENT/themes/modern2/template/css/components/2-layout/footer.scss

32 lines
689 B
SCSS
Raw Normal View History

2021-11-24 12:26:36 +00:00
.footer {
background: $text-light-black;
padding: 30px 0;
&__inner {
display: flex;
align-items: center;
justify-content: space-between;
}
&__copyright {
font-size: $h5-size;
line-height: $h5-height;
font-weight: 400;
color: $text-color-white;
a {
color: $text-color-white;
margin-left: 10px;
}
}
&__social {
display: flex;
align-items: center;
&-link {
fill: $text-color-white;
margin: 0 10px;
@include transition;
&:hover {
fill: $main-color;
}
}
}
}