Created
June 18, 2016 05:58
-
-
Save chaitu87/df9f3ff6958ed3d2dc1b74b56a0fae0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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