From f080933d2a6f03ef54d40b57175a1bea276df675 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Thu, 20 Apr 2023 20:49:28 +0200 Subject: refactor(ui): replaced naive ui cards with custom ones --- src/tools/http-status-codes/http-status-codes.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/tools/http-status-codes') diff --git a/src/tools/http-status-codes/http-status-codes.vue b/src/tools/http-status-codes/http-status-codes.vue index fbb0069..992fbc1 100644 --- a/src/tools/http-status-codes/http-status-codes.vue +++ b/src/tools/http-status-codes/http-status-codes.vue @@ -20,14 +20,12 @@
{{ category }} - - - - {{ code }} {{ name }} - - {{ description }} {{ type !== 'HTTP' ? `For ${type}.` : '' }} - - + + + {{ code }} {{ name }} + + {{ description }} {{ type !== 'HTTP' ? `For ${type}.` : '' }} +
-- cgit v1.2.3