aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-03-26 19:43:08 +0300
committerBonfaceKilz2024-03-27 17:59:06 +0300
commit3e24008aa89738fe0b481437f4c722c398aadd53 (patch)
tree3948c9324c977d48dbcad3addc15bdcf363f0957 /gn2/wqflask/static
parentbcda089114e154a40dc35432027427711bb13f17 (diff)
downloadgenenetwork2-3e24008aa89738fe0b481437f4c722c398aadd53.tar.gz
Format files.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
Diffstat (limited to 'gn2/wqflask/static')
-rw-r--r--gn2/wqflask/static/new/css/llm.css74
1 files changed, 33 insertions, 41 deletions
diff --git a/gn2/wqflask/static/new/css/llm.css b/gn2/wqflask/static/new/css/llm.css
index 5a666a3d..6243f174 100644
--- a/gn2/wqflask/static/new/css/llm.css
+++ b/gn2/wqflask/static/new/css/llm.css
@@ -1,81 +1,73 @@
-
-
-
- #gnqna_search {
+#gnqna_search {
padding:15px 10px;
border-radius: 15px;
border:1px solid blue;
- }
+}
- #gnqna_search{
+#gnqna_search{
font-weight: bold;
font-weight: 18px;
- }
-
- #main-search-controller{
- display: flex;
- justify-content: center;
- align-items: center;
}
+#main-search-controller{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
-
-
-
- #gnqa_ref {
+#gnqa_ref {
min-height: 100vh;
overflow: hidden;
overflow-y:auto;
- /* overflow-y: scroll; */
- }
+ /* overflow-y: scroll; */
+}
- #gnqa_ref_item{
+#gnqa_ref_item{
padding:12px;
- }
+}
- #gnqa_query {
+#gnqa_query {
font-size: 24px;
font-family: serif;
color: #3071a9;
text-decoration: underline;
- }
+}
- #gnqa_query::first-letter {
+#gnqa_query::first-letter {
font-size: 30px;
- }
-
+}
- #gnqa_answer::first-letter{
+#gnqa_answer::first-letter{
font-weight: bold;
text-transform: uppercase;
- }
- #gnqna_search_home{
- display: flex;
- justify-content: center;
- align-items: center;
- }
+}
+
+#gnqna_search_home{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
-
- #gnqna_search_home input{
+#gnqna_search_home input{
padding:7px 5px;
border-radius: 10px;
border:1px solid blue;
- }
+}
- #gnqna_search_home input{
+#gnqna_search_home input{
font-weight: bold;
- }
+}
- .container{
- / box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
- }
+.container{
+ / box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
+}
- #loader {
+#loader {
display: none;
position: fixed;
top: 0;