mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
chored: add missing variables
This commit is contained in:
parent
7a09b4ac11
commit
7e36a9ba12
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user