diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-19 19:11:06 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-19 19:11:06 -0400 |
commit | ea217200f1c42e4d4b142abc9abd55ca49535c49 (patch) | |
tree | 3f8974dfdc0f63ea0549d7681b74c5b08bcfc1d3 /src/client/util/reportManager/ReportManager.scss | |
parent | 77b26f2dbdc2f3df0ab65aa3053854b4a24c586f (diff) |
lots of changes, just need server endpoint before pull
Diffstat (limited to 'src/client/util/reportManager/ReportManager.scss')
-rw-r--r-- | src/client/util/reportManager/ReportManager.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/util/reportManager/ReportManager.scss b/src/client/util/reportManager/ReportManager.scss index 4e80cbeeb..cd6a1d934 100644 --- a/src/client/util/reportManager/ReportManager.scss +++ b/src/client/util/reportManager/ReportManager.scss @@ -7,6 +7,12 @@ justify-content: space-between; align-items: center; + .header-btns { + display: flex; + align-items: center; + gap: 0.5rem; + } + h2 { margin: 0; padding: 0; @@ -53,12 +59,14 @@ } .report-textarea { + border: none; + outline: none; width: 100%; height: 80px; padding: 8px; resize: vertical; background: transparent; - // resize: none; + transition: border 0.3s ease; } .report-selects { |