less: adding the gitlab button
This commit is contained in:
parent
e62a93e021
commit
ab8ebbc093
2 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
.button-light { .button-variant(@text-light-color, @button-bg-color, @button-hover-color); }
|
||||
|
||||
.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); }
|
||||
|
||||
// Outline
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
@brand-info: hsl(210, 70%, 50%);
|
||||
@google-color: #db4437;
|
||||
@github-color: #4183c4;
|
||||
@gitlab-color: #548;
|
||||
|
||||
// ----------------------------------
|
||||
// Font
|
||||
|
|
@ -112,6 +113,9 @@
|
|||
@button-github-bg: @github-color;
|
||||
@button-github-border: darken(@button-github-bg, 5%);
|
||||
|
||||
@button-gitlab-color: white;
|
||||
@button-gitlab-bg: @gitlab-color;
|
||||
|
||||
// ----------------------------------
|
||||
// Shadows
|
||||
// ----------------------------------
|
||||
|
|
|
|||
Reference in a new issue