Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created April 9, 2019 20:08
Show Gist options
  • Save chrisgriffith/15fad9945cecc9cf4b748149891664a6 to your computer and use it in GitHub Desktop.
Save chrisgriffith/15fad9945cecc9cf4b748149891664a6 to your computer and use it in GitHub Desktop.
Ionic Design: Game Stats
.gameStats {
margin-top: .5em;
font-size: 13px;
font-weight: bold;
color: #BBBCBE;
}
.wins {
border-bottom: 6px solid #62f254;
margin-right: .5em;
}
.draws {
border-bottom: 6px solid #edce59;
margin-right: .5em;
}
.losses {
border-bottom: 6px solid #d04749;
margin-right: .5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment