From 1a1924de3e2069f1af191ca54e1e10e4b8537f73 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 17 Apr 2025 22:32:25 +0530 Subject: [PATCH] fix: removed styles on attachments as they were overriding the styles on webform --- lms/public/css/style.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 4a5bbeee..c7bf1a2b 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -1621,30 +1621,6 @@ pre { border: 1px solid var(--primary-color); } -.show-attachments { - padding-right: 0.5rem; - display: flex; - align-items: center; -} - -.attachment-controls { - display: flex; - align-items: center; - width: fit-content; - cursor: pointer; -} - -.attachments { - flex-direction: column; - padding: 0.5rem 0; - margin-top: 1rem; - position: absolute; - z-index: 1; - width: fit-content; - border-collapse: separate; - border-spacing: 1rem 0.5rem; -} - li { line-height: 1.7; }