Skip to content

Instantly share code, notes, and snippets.

@chaddy81
Created June 3, 2015 21:06
Show Gist options
  • Save chaddy81/1b420e91230acf59c977 to your computer and use it in GitHub Desktop.
Save chaddy81/1b420e91230acf59c977 to your computer and use it in GitHub Desktop.
.calendar-modal {
position: relative;
span {
background: #a0c133;
color: #fff;
font-size: 10px;
left: -30px;
margin-right: 3px;
padding: 3px 3px 2px;
position: absolute;
top: -3px;
}
&:visited {
text-decoration: none;
}
&:hover, &:focus {
outline: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment