diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-07 21:39:38 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-07 21:39:38 -0400 |
| commit | 8e205268443f178a79526cf936fabf787691ec5d (patch) | |
| tree | 0665f9994ed34b07268a87fca5a95720f213f411 /src/client/util/ReportManager.scss | |
| parent | e4ad92e7300ee7844a514379c8a01d0f01cb3a59 (diff) | |
api key, with mui
Diffstat (limited to 'src/client/util/ReportManager.scss')
| -rw-r--r-- | src/client/util/ReportManager.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/util/ReportManager.scss b/src/client/util/ReportManager.scss index 5a2f2fcad..969e0de74 100644 --- a/src/client/util/ReportManager.scss +++ b/src/client/util/ReportManager.scss @@ -1,5 +1,19 @@ @import '../views/global/globalCssVariables'; +.report-issue { + padding: 16px; + display: flex; + flex-direction: column; + gap: 1rem; + background-color: #ffffff; + text-align: left; + + h2 { + font-size: 24px; + } +} + +// --------------------------------------- .issue-list-wrapper { position: relative; min-width: 250px; |
