LoveIt/assets/css/_partial/_footer.scss

22 lines
266 B
SCSS
Raw Normal View History

footer {
height: 2rem;
width: 100%;
text-align: center;
line-height: 1.5rem;
padding-top: 2rem;
.copyright {
font-size: .875rem;
2020-02-03 18:55:24 +01:00
.copyright-line {
width: 100%;
.icp-br {
display: none;
}
2020-02-03 18:55:24 +01:00
}
}
@include blur;
2019-08-11 19:36:19 +02:00
}