Skip to content

Instantly share code, notes, and snippets.

@muraliprajapati
Created May 13, 2018 17:52
Show Gist options
  • Save muraliprajapati/89344f43d857c59315d5fa59b2ce8b59 to your computer and use it in GitHub Desktop.
Save muraliprajapati/89344f43d857c59315d5fa59b2ce8b59 to your computer and use it in GitHub Desktop.
.unit-container{
display: flex;
flex-direction: row;
justify-content: center;
color: white;
border: 1px solid #fe1743;
border-radius: 8%;
padding: 2px;
}
.unit-value{
padding: 8px;
margin: 0px 2px;
border-radius: 8%;
cursor: pointer;
transition: all 0.3s;
}
.unit-value:hover{
background-color: #fe1743;
transition: all 0.3s;
}
.active-unit{
background-color: #fe1743;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment