first commit

This commit is contained in:
2023-11-10 16:00:27 +02:00
commit 93953e52d7
25 changed files with 2385 additions and 0 deletions

27
src/assets/app.scss Normal file
View File

@ -0,0 +1,27 @@
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
/**
* Components
*/
input[type=text], input[type=number], textarea {
@apply appearance-none border leading-tight focus:outline-none;
}
/**
* Tools
*/
.tool-title {
@apply font-bold;
font-size: 1.2rem;
}
.input-group {
@apply flex flex-col mb-3;
}
.input-group > label {
font-style: italic;
}