rms-support-letter.github.io/_sass/custom.scss

46 lines
828 B
SCSS
Raw Permalink Normal View History

2021-03-26 21:09:22 +01:00
@font-face {
font-family: "Noto Color Emoji";
2021-03-27 01:23:31 +01:00
src: url("/assets/NotoColorEmojiFlags.woff");
2021-03-26 21:09:22 +01:00
}
2021-03-25 10:52:37 +01:00
.translations {
2021-03-26 21:09:22 +01:00
text-align: end;
2021-03-26 22:07:59 +01:00
margin: 0 0 1em 0;
}
@media screen and (min-width: 800px) {
.translations {
width: 50%;
margin: 0 0 1em auto;
}
}
.translations p {
margin: 0 0 0.5em 0;
2021-03-25 10:52:37 +01:00
}
.translation {
2021-03-26 22:07:59 +01:00
line-height: 0.8em;
2021-03-26 21:09:22 +01:00
font-family: "Noto Color Emoji", sans-serif;
font-size: 2em;
2021-03-26 21:47:58 +01:00
}
.footer-col-1, .footer-col-2 {
width: -webkit-calc(100% - (30px / 2));
width: calc(100% - (30px / 2));
}
// .footer-col-wrapper becomes "display: flex" on "min-width: 800px"
@media screen and (min-width: 800px) {
.footer-col-1 {
width: -webkit-calc(70% - (30px / 2));
width: calc(70% - (30px / 2));
}
.footer-col-2 {
text-align: right;
width: -webkit-calc(30% - (30px / 2));
width: calc(30% - (30px / 2));
}
}