table done and finished shitty auth
This commit is contained in:
parent
1adf2fb862
commit
a04b54ce99
12 changed files with 513 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
@import 'tailwindcss' source('.');
|
||||
@source './components/main.svelte';
|
||||
|
||||
@theme {
|
||||
--breakout-size: calc((var(--breakpoint-xl) - var(--breakpoint-lg)) / 2);
|
||||
|
@ -7,6 +8,11 @@
|
|||
--content-val: min(100% - calc(var(--spacing) * 8), var(--breakpoint-lg));
|
||||
}
|
||||
|
||||
:root {
|
||||
--header-height: calc(var(--spacing) * 16);
|
||||
--main-min-height: calc(100dvh - var(--header-height));
|
||||
}
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
min-width: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue