Skip to content

Instantly share code, notes, and snippets.

@k0marsh
Created September 11, 2020 13:39
Show Gist options
  • Save k0marsh/3d5e5e5eaecbd8c302874fea7fb1ea2a to your computer and use it in GitHub Desktop.
Save k0marsh/3d5e5e5eaecbd8c302874fea7fb1ea2a to your computer and use it in GitHub Desktop.
.PartText, .PartNameProperty, .PartCostProperty, .AnyProperty
{
display: inline;
}
.PartText:not(:first-child)
{
margin-left: 0em !important;
padding-left: 0em !important;
}
.PartCostProperty::before
{
content: "$";
}
.PartNameProperty, .PartCostProperty, .AnyProperty
{
margin-left: .1em !important;
padding-left: 0em !important;
padding-right: 0em !important;
margin-right: .1em !important;
padding-bottom: .7em !important;
color: purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment