1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00
blog/src/components/organisms/Footer.module.scss
2019-11-16 14:06:03 +01:00

82 lines
1.1 KiB
SCSS

// stylelint-disable no-descending-specificity
@import 'variables';
@import 'mixins';
.footer {
text-align: center;
padding-top: $spacer * 2;
color: $text-color-light;
line-height: $spacer;
@media (min-width: $screen-sm) and (min-height: 500px) {
position: fixed;
width: 100%;
border: 0;
will-change: transform;
z-index: 0;
bottom: 0;
box-shadow: none;
}
}
.theme {
margin: $spacer auto;
p {
text-align: center;
margin: 0;
}
}
.themeTitle {
font-size: $font-size-h5;
margin-bottom: $spacer / 2;
}
.copyright {
padding-top: $spacer;
padding-bottom: $spacer;
p {
margin-bottom: 0;
font-size: $font-size-mini;
}
a,
button code {
color: $text-color-light;
&:hover,
&:focus {
color: $link-color;
}
}
a,
button {
margin-left: $spacer;
&:first-child {
margin-left: 0;
}
}
svg {
width: $font-size-small;
height: $font-size-small;
margin-right: $spacer / 8;
margin-bottom: -0.15rem;
display: inline-block;
}
}
.btc {
code {
font-size: 0.6rem;
background: none;
color: $link-color;
padding: 0;
}
}