Skip to content

Instantly share code, notes, and snippets.

View silverliebt's full-sized avatar

Daniel L Potter silverliebt

View GitHub Profile
@silverliebt
silverliebt / _helpers.scss
Created March 20, 2017 05:16 — forked from addisonhall/_helpers.scss
Simple SASS starter files
// Social media fontawesome colors
a .fa-square { color: #fff; }
a .fa-twitter-square, a .fa-twitter { color: #00aced; }
a .fa-facebook-square, a .fa-facebook { color: #3b5998; }
a .fa-youtube-square, a .fa-youtube { color: #bb0000; }
a .fa-google-plus-square, a .fa-google-plus { color: #dd4b39; }
a .fa-linkedin-square, a .fa-linkedin { color: #007bb6; }
a .fa-pinterest-square, a .fa-pinterest { color: #cb2027; }
a .fa-vimeo-square, a .fa-vimeo { color: #aad450; }
a .fa-instagram { color: #517fa4; }

Pure CSS Material Design form

A web form including material design inspired animations and UX improvements.

Includes transitions, pseudo icons on validation and awesome colours.

A Pen by James Thomas Almond on CodePen.

License.