Skip to content

Instantly share code, notes, and snippets.

@iwatakeshi
Created September 2, 2020 21:10
Show Gist options
  • Save iwatakeshi/4c3c53e568b06425edfe0c1b29977406 to your computer and use it in GitHub Desktop.
Save iwatakeshi/4c3c53e568b06425edfe0c1b29977406 to your computer and use it in GitHub Desktop.
@responsive {
.text-shadow {
text-shadow: 0 2px 4px rgba(0,0,0,0.10);
}
.text-shadow-md {
text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}
.text-shadow-lg {
text-shadow: 0 15px 30px rgba(0,0,0,0.11), 0 5px 15px rgba(0,0,0,0.08);
}
.text-shadow-none {
text-shadow: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment