mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user