1
1
Fork 0

work-history page type support

This commit is contained in:
Joe Wroten 2019-01-26 12:52:10 -06:00
parent fb36c0deda
commit 9b1b480c76
2 changed files with 10 additions and 0 deletions

View file

@ -91,6 +91,10 @@ a {
display: inline-block;
}
.-work-history .tag {
background: #EDF7FF;
}
.-volunteer .tag {
background: #F3EDFF;
}
@ -201,6 +205,11 @@ a {
top: -.5rem;
}
.index-interiorlink.-work-history,
.interior-headline.-work-history {
background: linear-gradient(90deg, rgba(181, 212, 242, .3), rgba(95, 118, 132, .3));
}
.index-interiorlink.-volunteer,
.interior-headline.-volunteer {
background: linear-gradient(90deg, rgba(235, 181, 242, .3), rgba(128, 95, 132, .3));

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M23 10h-22v-3h22v3zm-14-8c-1.104 0-2 .896-2 2v2h2v-1.5c0-.276.224-.5.5-.5h5c.276 0 .5.224.5.5v1.5h2v-2c0-1.104-.896-2-2-2h-6zm15 10h-24l2 10h20l2-10z"/></svg>

After

Width:  |  Height:  |  Size: 250 B