From 442fc652094206fd7dbbc859513fdf05f71a8fa2 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 26 Nov 2015 21:21:38 +0200 Subject: [PATCH] Add "response schema" label --- lib/components/ResponsesList/responses-list.html | 3 +++ lib/components/ResponsesList/responses-list.scss | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/components/ResponsesList/responses-list.html b/lib/components/ResponsesList/responses-list.html index b03a1322..3c7b07c3 100644 --- a/lib/components/ResponsesList/responses-list.html +++ b/lib/components/ResponsesList/responses-list.html @@ -11,6 +11,9 @@
+
+ Response schema +
diff --git a/lib/components/ResponsesList/responses-list.scss b/lib/components/ResponsesList/responses-list.scss index 0c33567a..b279d536 100644 --- a/lib/components/ResponsesList/responses-list.scss +++ b/lib/components/ResponsesList/responses-list.scss @@ -16,8 +16,11 @@ color: #999; } -.response-headers header { - font-size: 18px; +header { + font-size: 14px; + font-weight: bold; + text-transform: uppercase; + margin-bottom: 15px; } .header {