-
Notifications
You must be signed in to change notification settings - Fork 48
/
variables.less
31 lines (23 loc) · 1.14 KB
/
variables.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@msg-sw-data-type: "Data type";
@msg-sw-description: "Description";
@msg-sw-section-operation-description: @msg-sw-description;
@msg-sw-section-request-params: "Request parameters";
@msg-sw-section-request-body: "Request body";
@msg-sw-section-responses: "Responses";
@msg-sw-param-key: "Key";
@msg-sw-param-name: "Name";
@msg-sw-param-description: @msg-sw-description;
@msg-sw-param-data-type: "Data type";
@msg-sw-param-type: "Type";
@msg-sw-response-header-name: "Header";
@msg-sw-response-header-description: @msg-sw-description;
@msg-sw-response-header-data-type: "Data type";
@security-definition-panel-header-bg-color: @gray-lighter;
@security-definition-panel-header-text-color: contrast(@security-definition-panel-header-bg-color);
@security-definition-panel-border-color: darken(@security-definition-panel-header-bg-color, 30%);
@security-definition-panel-inner-border-color: @security-definition-panel-border-color;
@msg-sw-section-request-security: "Security";
@msg-sw-request-security-scopes: "Scopes";
@msg-sw-request-security-schema: "Schema";
@msg-sw-security-definition-type-basic: "(HTTP Basic Authentication)";
@msg-sw-badge-global: 'global';