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