From 1ada7171bb37c0cbeb266eaad2ce3a511b7636d3 Mon Sep 17 00:00:00 2001 From: Klee <71413974+kleeedolinux@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:26:54 -0300 Subject: [PATCH] Update index.html --- index.html | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 9244f82..ae870cc 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,21 @@ border-radius: 4px; margin-left: 10px; } + .field { + margin-bottom: 10px; + padding: 10px; + background-color: #40444B; + border-radius: 4px; + } + .remove-btn { + background-color: #ED4245; + padding: 5px 10px; + font-size: 12px; + margin-top: 5px; + } + .remove-btn:hover { + background-color: #C03537; + }
@@ -108,13 +123,7 @@