Initial Commit
This commit is contained in:
22
style/input.scss
Normal file
22
style/input.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.bg-auth {
|
||||
background-image: url("/background.jpg")
|
||||
}
|
||||
|
||||
.input ::placeholder {
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
input:is(:-webkit-autofill, :autofill) {
|
||||
border: 0px;
|
||||
-webkit-text-fill-color: var(--fallback-a,oklch(var(--a)));
|
||||
-webkit-box-shadow: 0 0 0px 1000px var(--fallback-b1,oklch(var(--b1))) inset;
|
||||
}
|
||||
|
||||
label:has(input:is(:-webkit-autofill, :autofill)) {
|
||||
border-color: var(--fallback-a,oklch(var(--a)/.2)) !important;
|
||||
color: var(--fallback-a,oklch(var(--a)));
|
||||
}
|
1589
style/main.scss
Normal file
1589
style/main.scss
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user