From 4f2d900af7636e6744ae14aeeefdf2d6080ac50a Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 30 Mar 2023 05:03:23 +0300 Subject: several mail options tested; mailhog (fake) mailer is working --- html/assets/css/class.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'html/assets/css/class.css') diff --git a/html/assets/css/class.css b/html/assets/css/class.css index 6acb49e..598f441 100644 --- a/html/assets/css/class.css +++ b/html/assets/css/class.css @@ -28,6 +28,7 @@ --class-orange-opaque: #f4792099; --class-grey-background: #eeedeb; --class-red: #d13; + --light-grey-bgr: #f2f3f8; } @@ -41,12 +42,15 @@ justify-content: space-between; align-items: center; padding: 10px 14px; + border-bottom: 1px solid #ddd; + box-shadow: 1px 1px 7px #9997; + background: var(--light-grey-bgr); } .classroom .top-bar .breadcrumb { margin: 0; padding: 0; background: none; } - -.classroom .top-bar .admin .dropdown-menu .fas { +.classroom .top-bar .fa, +.classroom .top-bar .fas { width: 32px; text-align: center; } -- cgit v1.2.3