Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

compiled footer scss file #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 20 additions & 24 deletions src/component/footer.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
$padding-space: 144px;

footer {
clear: both;
font-size: 14px;
z-index: 100;
width: 100%;
height: 20px;
margin-top: 50px;
.bottom-bar {
border-top: 1px solid #e7eaf3 !important;
text-align: center;
margin: 0;
position: fixed;
bottom: 0;
width: 100%;
}
footer .bottom-bar {
border-top: 1px solid #e7eaf3 !important;
text-align: center;
margin: 0;
position: fixed;
bottom: 0;
width: 100%;
background-color: #343A40;
color: white;
overflow: hidden;
.translate-button {
text-align: left;
}
.heart {
color: #f73f51;
font-size: 22px;
}
}
overflow: hidden;
}
footer .bottom-bar .translate-button {
text-align: left;
}
footer .bottom-bar .heart {
color: #f73f51;
font-size: 22px;
}

@media (min-width: 768px) {
footer {
.bottom-bar {
padding: 16px $padding-space;
line-height: 32px;
}
footer .bottom-bar {
padding: 16px 144px;
line-height: 32px;
}
}
}