Skip to content

Instantly share code, notes, and snippets.

View dav0r's full-sized avatar
😊

Dave dav0r

😊
View GitHub Profile
@dav0r
dav0r / button-ripple.scss
Created September 17, 2019 12:25
Simple button ripple click effect
// Button ripple effect
// similar to Google's material design
.btn-ripple {
position: relative;
overflow: hidden;
&::after {
display: none;
content: "";
position: absolute;