From 2b6970d33afd75be5bfef951dc3691d492004d43 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 18 Apr 2023 01:11:37 +0300 Subject: admin back-office environment (skeleton); admin categories --- public/assets/css/overides.css | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'public/assets/css/overides.css') diff --git a/public/assets/css/overides.css b/public/assets/css/overides.css index a83045c..172d24e 100644 --- a/public/assets/css/overides.css +++ b/public/assets/css/overides.css @@ -28,7 +28,41 @@ html, body { font-family: "Roboto Slab", serif; font-weight: 400; } color: #eee; } -.footer__title { - /* color: #4d4d4d; */ - color: #bbb7; +.footer__title { color: #bbb7; } + +/* .user .dropdown button { min-width: 256px; } */ +.user .dropdown ul.dropdown-menu { + right: 0 !important; + left: unset !important; + transform: translate(0, 34px) !important; } + +.admin-container { font-size: .96em; } +.admin-container .top-bar a:hover { background: #ddd; } + +.admin-container .manage { padding: .5em .5em 1.5em .5em; } + +.admin-container .title-bar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1em 8px 1em 16px; + } + +.admin-container .dt-table { font-size: 14px; } + +.admin-container .dt-table .btn-sm { + --bs-btn-padding-y: .2rem; + --bs-btn-padding-x: .35rem; + --bs-btn-font-size: .65rem; + } + +.admin-container .modal .form-group { padding: .35em 0;} +.admin-container .modal .form-control { padding: 1px 8px; border-radius: 4px; font-size: 15px; } + +.admin-container .table > :not(caption) > * > * { padding: .35rem .35rem; } +.admin-container .table tbody tr:hover { background: #eee; } + +ul.select2-results__options li { font-size: 14px; padding: 4px 8px; } + +.admin-container .modal-footer .form-actions { display: flex; } \ No newline at end of file -- cgit v1.2.3