From 5a14ef1dca61a02a9592da044417f5304c4024fe Mon Sep 17 00:00:00 2001 From: Yazan Agha-Schrader Date: Mon, 27 May 2024 15:15:00 +0200 Subject: [PATCH] add api-key css classes --- examples/server/themes/mount-ai/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/server/themes/mount-ai/style.css b/examples/server/themes/mount-ai/style.css index a0e1ddf8c..4e1fee206 100644 --- a/examples/server/themes/mount-ai/style.css +++ b/examples/server/themes/mount-ai/style.css @@ -187,6 +187,20 @@ textarea-sec::placeholder, input-sec::placeholder { padding-left: 10px; } +.apiKey input[type="text"] { + font-family: Arial, sans-serif; + font-size: medium; + font-weight: 500; + padding: 5px; + border: 1px solid var(--border-color-2); +} + +.apiKey label { + display: inline-block; + width: auto; + margin-right: 5px; +} + .toggleCheckbox { display: none; }