less: adding the gitlab button
This commit is contained in:
parent
e62a93e021
commit
ab8ebbc093
2 changed files with 5 additions and 0 deletions
|
|
@ -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