chored: add missing variables

This commit is contained in:
Roman Hotsiy 2017-04-18 16:48:04 +03:00
parent 7a09b4ac11
commit 7e36a9ba12
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -70,3 +70,13 @@ $border-radius: 2px;
// texts
$array-text: 'Array of ';
$tuple-text: 'Tuple ';
// HTTP Verb colors
$get-color: #6bbd5b;
$post-color: #248fb2;
$put-color: #9b708b;
$options-color: #d3ca12;
$patch-color: #e09d43;
$delete-color: #e27a7a;
$basic-color: #999;
$link-color: #31bbb6;