Archived
1
0
Fork 0

app/assets/less/components/button.less: adding linkedin button.

This commit is contained in:
Henrik Hautakoski 2018-08-08 22:10:55 +02:00
parent c76b3f1b09
commit 207955fb4c
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -48,6 +48,7 @@
.button-github { .button-variant(@button-github-color, @button-github-bg); }
.button-gitlab { .button-variant(@button-gitlab-color, @button-gitlab-bg); }
.button-google { .button-variant(@button-google-color, @button-google-bg); }
.button-linkedin { .button-variant(@button-linkedin-color, @button-linkedin-bg); }
// Outline
// ----------------------------------