From fa823655897ece51818c8ac3d1fb6c02dff316cd Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 15 May 2025 20:46:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/Pages/Transactions/index.css | 4 ++++ resources/js/Pages/Transactions/index.css.map | 2 +- resources/js/Pages/Transactions/index.scss | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/js/Pages/Transactions/index.css b/resources/js/Pages/Transactions/index.css index 3d902a59..0e8ce26c 100644 --- a/resources/js/Pages/Transactions/index.css +++ b/resources/js/Pages/Transactions/index.css @@ -13,4 +13,8 @@ h3.expense { .separator { margin: 1rem; +} + +.grid { + margin: 2rem; }/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/resources/js/Pages/Transactions/index.css.map b/resources/js/Pages/Transactions/index.css.map index b7e0e308..06b2c7dc 100644 --- a/resources/js/Pages/Transactions/index.css.map +++ b/resources/js/Pages/Transactions/index.css.map @@ -1 +1 @@ -{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AAAA;EACI,uBAAA;ACCJ;;ADCA;EACI,qBAAA;ACEJ;;ADAA;EACI,iBAAA;EACA,kBAAA;ACGJ;;ADDA;EACI,YAAA;ACIJ","file":"index.css"} \ No newline at end of file +{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AAAA;EACI,uBAAA;ACCJ;;ADCA;EACI,qBAAA;ACEJ;;ADAA;EACI,iBAAA;EACA,kBAAA;ACGJ;;ADDA;EACI,YAAA;ACIJ;;ADFA;EACI,YAAA;ACKJ","file":"index.css"} \ No newline at end of file diff --git a/resources/js/Pages/Transactions/index.scss b/resources/js/Pages/Transactions/index.scss index 159070dc..2cedef00 100644 --- a/resources/js/Pages/Transactions/index.scss +++ b/resources/js/Pages/Transactions/index.scss @@ -10,4 +10,7 @@ h3.expense { } .separator{ margin: 1rem; +} +.grid{ + margin: 2rem; } \ No newline at end of file