aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/reportManager/ReportManager.scss
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-06-13 10:17:46 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-06-13 10:17:46 -0400
commitfbf768dd4c7734cfdcca38fd1dc1ecf63c64d985 (patch)
tree1c267a3762543b469805d0e08e13f9d311e6a036 /src/client/util/reportManager/ReportManager.scss
parent2c947f1ba7785ccbb705c0dce7e6bd64821da99d (diff)
parenta7a7a5a75845d40f835a38a3af24f000db50009b (diff)
Merge branch 'master' into lanyi-branch
Diffstat (limited to 'src/client/util/reportManager/ReportManager.scss')
-rw-r--r--src/client/util/reportManager/ReportManager.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/client/util/reportManager/ReportManager.scss b/src/client/util/reportManager/ReportManager.scss
index 806741c22..65894fbd6 100644
--- a/src/client/util/reportManager/ReportManager.scss
+++ b/src/client/util/reportManager/ReportManager.scss
@@ -14,8 +14,8 @@
}
h2 {
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
font-size: 24px;
}
}
@@ -27,8 +27,8 @@
gap: 4px;
h2 {
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
padding-bottom: 8px;
font-size: 24px;
}
@@ -92,7 +92,7 @@
outline: none;
border-bottom: 1px solid;
padding: 8px;
- padding-left: 0;
+ padding-left: 0px;
transition: all 0.2s ease;
background: transparent;
@@ -178,15 +178,15 @@
cursor: pointer;
font-size: 14px;
font-weight: 400;
- padding: 0;
- margin: 0;
+ padding: 0px;
+ margin: 0px;
}
.issue-title {
font-size: 16px;
font-weight: 500;
- padding: 0;
- margin: 0;
+ padding: 0px;
+ margin: 0px;
}
}
@@ -211,8 +211,8 @@
.file-list {
box-sizing: border-box;
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
font-size: 14px;
width: 100%;
overflow-x: auto;
@@ -251,8 +251,8 @@
.issue-title {
font-size: 24px;
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
}
.issue-date {
@@ -314,8 +314,8 @@
.report-media-content::after {
content: '';
position: absolute;
- top: 0;
- left: 0;
+ top: 0px;
+ left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as desired */