chore: first commit
This commit is contained in:
commit
4f811d88f2
30 changed files with 4301 additions and 0 deletions
11
frontend/css/style.scss
Normal file
11
frontend/css/style.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue