Add envelope for international letters

International letters aren’t sent by first or second class post. In
keeping with the little touch of skeumorphism, let’s label them with the
commonly recognised marker of international mail instead.
This commit is contained in:
Chris Hill-Scott
2020-05-15 12:24:50 +01:00
parent 336e566d5a
commit 85dbe19611
2 changed files with 74 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ $iso-paper-ratio: 141.42135624%;
background-image: file-url('envelope-2nd-class.svg');
}
&-international {
background-image: file-url('envelope-international.svg');
}
.letter-sent &:hover {
background-color: transparent;
border-color: transparent;