diff --git a/site/assets/logo-boscop.svg b/site/assets/logo-boscop.svg new file mode 100644 index 0000000..f2ac4fb --- /dev/null +++ b/site/assets/logo-boscop.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/site/assets/style.css b/site/assets/style.css index a7b6ecc..0bb0ce1 100644 --- a/site/assets/style.css +++ b/site/assets/style.css @@ -33,6 +33,14 @@ iframe { height: 2lh; } +.Form-error { + display: none; +} + +label:has(.Form-error):has(+ :user-invalid) .Form-error { + display: block; +} + .MigrationForm-output { margin-top: var(--spacing-block--l); } @@ -52,11 +60,17 @@ iframe { font-size: 0.875rem; } +.ExamplePage .orejime-Purpose-input { + accent-color: var(--orejime-color-interactive); +} + .ExampleMain { padding: var(--spacing-block--l) var(--spacing-inline--xl); } .ExampleReset { + --orejime-color-interactive: royalblue; + --orejime-color-on-interactive: white; display: none; position: fixed; right: 1.4em; diff --git a/site/index.html b/site/index.html index f9a68d3..9466884 100644 --- a/site/index.html +++ b/site/index.html @@ -16,13 +16,22 @@ + +
@@ -69,7 +78,12 @@

Orejime

-
+

Features

@@ -297,40 +311,58 @@

Need a hand?

- All fields are mandatory

+ All fields are mandatory. +
Boscop only processes the collected data to respond to your request. To learn more about how we manage your personal data and to exercise your GDPR rights, you can consult our - data privacy policy - . + data privacy policy.

- + + + - + + @@ -392,6 +424,8 @@

Migrating from V2 to V3