Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Created June 18, 2016 05:58
Show Gist options
  • Save chaitu87/df9f3ff6958ed3d2dc1b74b56a0fae0b to your computer and use it in GitHub Desktop.
Save chaitu87/df9f3ff6958ed3d2dc1b74b56a0fae0b to your computer and use it in GitHub Desktop.
#datepick{
.day{
margin: 15px 10px;
border-radius: 0;
// background-color: $yellow;
}
.active{
background-color: $purple;
}
.today{
&:before{
border-bottom-color: $purple;
}
&.active{
&:before{
border-bottom-color: $white;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment