diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index e7de42f..6f6b8db 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -36,9 +36,11 @@ a { color: #7a9ed1; text-decoration: none; } + li { margin-bottom: .125rem; } + a:hover { color: #FFF; } @@ -95,7 +97,6 @@ input, textarea, select { } - .message { margin-bottom: 0; } @@ -298,7 +299,7 @@ button:disabled { body { color: #cacad5; background: #16202F; - background: linear-gradient(180deg,rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%); + background: linear-gradient(180deg, rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%); } .bg-black { @@ -322,7 +323,10 @@ body { .text-info { --bs-text-opacity: 1; color: #86b7fe !important; - font-size: .8rem; +} + +.chat .text-info { + font-size: .7rem; } .btn-outline-info { @@ -699,7 +703,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert { font-size: 0.7rem !important; } -.data-retriex-action-prompt{ +.data-retriex-action-prompt { font-size: 0.7rem !important; } diff --git a/templates/admin/document_tags/edit.html.twig b/templates/admin/document_tags/edit.html.twig index 8ed17d8..e32fb26 100644 --- a/templates/admin/document_tags/edit.html.twig +++ b/templates/admin/document_tags/edit.html.twig @@ -128,8 +128,10 @@