From 1a89a1b5f54b3d39cb296b27a5d556ade063e828 Mon Sep 17 00:00:00 2001 From: izerozlu Date: Sun, 25 Aug 2019 11:37:21 +0300 Subject: [PATCH] Entry status color added. --- assets/css/styles.scss | 15 +++++- components/section.vue | 4 +- pages/index.vue | 104 +++++++++++++++++++++++------------------ 3 files changed, 74 insertions(+), 49 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 6fc3f46ab..7007764c7 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -269,4 +269,17 @@ ol li { .sv-error-response { background-color: #b71c1c; -} \ No newline at end of file +} + +fieldset#history { + .method-list-item { + position: relative; + + span { + position: absolute; + top: 32px; + right: 8px; + color: #E0E0E0; + } + } +} diff --git a/components/section.vue b/components/section.vue index 4d2af5b5e..5f290c4e1 100644 --- a/components/section.vue +++ b/components/section.vue @@ -1,5 +1,5 @@