diff --git a/app/templates/index.html b/app/templates/index.html index 4f39ee3..fad0b03 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -19,6 +19,9 @@ .summary-value { font-weight:400; } .clear-btn-active { background: #ea1616!important; color:#fff!important; border:1.3px solid #e34434!important; } .clear-btn-active:hover { background: #e32e2e!important; color:#fff!important; } + .custom-query-group { margin-top: 1.2em; } + .custom-sql-label { font-size: 1rem; font-weight: 500; color: #1d2b36; vertical-align: middle; } + .custom-sql-box { width: 100%; min-width: 0; font-size: 1.07rem; line-height: 1.38; font-family: "JetBrains Mono", "Fira Mono", Monaco, "Consolas", "Menlo", monospace; border-radius: 8px; border: 1.2px solid #b6c1d7; padding: 10px 13px; background: #fcfcfa; resize: vertical; }
@@ -72,6 +75,14 @@