From 94f82ea82d2b859c85bc11974e60f8227f97c680 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 10 Dec 2023 16:27:18 +0100 Subject: [PATCH] Add some style --- .gitignore | 1 + public/index.html | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 23cfa27..ba25923 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ lib coverage @types +public/*.js diff --git a/public/index.html b/public/index.html index 1b5f2c5..b374183 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,14 @@ .hidden { display: none; } + + .success { + background-color: hsl(120, 100%, 85.1%); + padding: 2rem; + margin: 1rem; + font-size: 1.2rem; + color: hsl(120, 100%, 7.1%); + }

mBank mt940 konwerter

@@ -32,12 +40,15 @@

Aplikacja została wykonana przez