chore: first commit

This commit is contained in:
Alexander Navarro 2025-04-15 21:40:36 -04:00
commit 4f811d88f2
30 changed files with 4301 additions and 0 deletions

11
frontend/css/style.scss Normal file
View file

@ -0,0 +1,11 @@
@use "@mini-strap/core";
@use "@picocss/pico/scss/pico.scss" with (
$theme-color: "cyan",
$enable-semantic-container: true
);
:root {
--pico-form-element-spacing-vertical: 0.25rem;
--pico-form-element-spacing-horizontal: 0.5rem;
}