From 7e36a9ba12ecaa53c097838699816bf31d9877fe Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 18 Apr 2017 16:48:04 +0300 Subject: [PATCH] chored: add missing variables --- lib/shared/styles/_variables.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/shared/styles/_variables.scss b/lib/shared/styles/_variables.scss index b50ad976..b8a6ec74 100644 --- a/lib/shared/styles/_variables.scss +++ b/lib/shared/styles/_variables.scss @@ -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;