hook multifile to ui

This commit is contained in:
Emily 2018-07-31 11:09:18 -07:00
parent e42ad175db
commit c9ae76b209
77 changed files with 1528 additions and 1111 deletions

View file

@ -3,13 +3,14 @@
bottom: 0;
left: 0;
font-size: 13px;
font-weight: 600;
display: flex;
align-items: flex-end;
flex-direction: row;
justify-content: space-between;
padding: 50px 31px 41px;
width: 100%;
box-sizing: border-box;
justify-content: flex-end;
}
.legalSection {
@ -20,18 +21,18 @@
}
.legalSection__link {
color: var(--lightTextColor);
opacity: 0.9;
color: #fff;
text-shadow: 0 0 3px #000;
white-space: nowrap;
margin-right: 2vw;
}
.legalSection__link:hover {
opacity: 1;
.legalSection__link:visited {
color: #ededf0;
}
.legalSection__link:visited {
color: var(--lightTextColor);
.legalSection__link:hover {
color: #d7d7db;
}
.legalSection__mozLogo {
@ -60,12 +61,12 @@
margin-bottom: -5px;
}
@media (max-device-width: 768px), (max-width: 768px) {
@media (max-device-width: 750px), (max-width: 750px) {
.footer {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
max-width: 630px;
padding: 20px 31px;
margin: auto;
}