Add a stamp class for Vanilla and UCP badges

This commit is contained in:
Joshua Seigler 2017-09-05 01:56:46 -04:00
parent 51bac1d113
commit 22eb7ee639
13 changed files with 23 additions and 14 deletions

View file

@ -407,7 +407,16 @@ img.portrait {
}
.stamp {
display: inline-block;
transform: rotate(10deg);
display: block;
color: orangered;
font-size: 0.8em;
}
@media (min-width: 80em) {
.stamp {
display: inline-block;
position: absolute;
transform: rotate(10deg);
margin: 0.6em 0 0 0.2em;
}
}