mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-23 14:29:23 +00:00
docs: improve landing page
This commit is contained in:
BIN
docs/static/img/landing/allowed-usergroups-screenshot.png
vendored
Normal file
BIN
docs/static/img/landing/allowed-usergroups-screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 KiB |
BIN
docs/static/img/landing/audit-log-screenshot.png
vendored
Normal file
BIN
docs/static/img/landing/audit-log-screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 368 KiB |
BIN
docs/static/img/landing/authorize-screenshot.png
vendored
Normal file
BIN
docs/static/img/landing/authorize-screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/static/img/landing/ldap-screenshot.png
vendored
Normal file
BIN
docs/static/img/landing/ldap-screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
BIN
docs/static/img/landing/passkey-auth-screenshot.png
vendored
Normal file
BIN
docs/static/img/landing/passkey-auth-screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 MiB |
15
docs/static/styles.css
vendored
15
docs/static/styles.css
vendored
@@ -1,10 +1,11 @@
|
||||
@import "tailwindcss";
|
||||
@layer theme, base, components, utilities;
|
||||
|
||||
@config '../tailwind.config.js';
|
||||
@import "tailwindcss/theme.css" layer(theme);
|
||||
@import "tailwindcss/utilities.css" layer(utilities);
|
||||
|
||||
.glass {
|
||||
background: #09090B;
|
||||
backdrop-filter: blur(10px);
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
background: #09090b;
|
||||
backdrop-filter: blur(10px);
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user