You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
552 B
SCSS
38 lines
552 B
SCSS
.ep-footer {
|
|
background-color: black;
|
|
}
|
|
|
|
.ep-footer__list {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
padding: 20px 0;
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.ep-footer__module {
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
+ .ep-footer__module {
|
|
margin-left: 80px;
|
|
}
|
|
}
|
|
|
|
.ep-footer__title {
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ep-footer__item {
|
|
line-height: 22px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.ep-footer__copyright {
|
|
color: #fff;
|
|
line-height: 40px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
} |