mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 19:36:20 +01:00
21 lines
269 B
SCSS
21 lines
269 B
SCSS
footer {
|
|
height: 2rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 1.25rem;
|
|
padding: 1rem 0;
|
|
|
|
.footer-container {
|
|
font-size: .875rem;
|
|
|
|
.footer-line {
|
|
width: 100%;
|
|
|
|
.icp-br {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include blur;
|
|
}
|