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

Commit

Permalink
compiledi footer css file
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghCoder committed Sep 25, 2020
1 parent c33bdbe commit e3b9463
Showing 1 changed file with 20 additions and 24 deletions.
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;
}
}
}

0 comments on commit e3b9463

Please sign in to comment.