Skip to content

Commit

Permalink
added VA plate style
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitesunrise committed Oct 4, 2016
1 parent e084882 commit 87a599c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/plates.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,24 @@
width: 120px;
}

.VA{
background: white;
border: 1px solid #eeeeee;
color: #000080;
box-shadow: 0px 0px 0px 2px white;
}
.VA:before{
content: "VIRGINIA";
font-family: Serif;
font-size: 12px;
font-weight: 800;
color: #0055ee;
position: relative;
display: block;
margin-top: -6px;
margin-bottom: -4px;
}

.WA {
background: linear-gradient(
180deg,
Expand Down

0 comments on commit 87a599c

Please sign in to comment.