diff options
| author | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-18 16:17:31 +0200 |
|---|---|---|
| committer | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-18 16:17:31 +0200 |
| commit | 31995aa918e2683256c2f817d81c0fc892939486 (patch) | |
| tree | 47f07583e5bbc6704e81b2eb3fb583abec3dae58 /src/client/util/ReportManager.scss | |
| parent | 605ae092818e834fb70b38f5e1db1aa7fb488f9d (diff) | |
add option to select labels for bug. other style changes and bug fixes.
Diffstat (limited to 'src/client/util/ReportManager.scss')
| -rw-r--r-- | src/client/util/ReportManager.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/util/ReportManager.scss b/src/client/util/ReportManager.scss index 4bcbdc566..5a2f2fcad 100644 --- a/src/client/util/ReportManager.scss +++ b/src/client/util/ReportManager.scss @@ -67,3 +67,22 @@ .loading-center { margin: auto 0; } + +.settings-content label { + margin-top: 10px; +} + +.report-disclaimer { + font-size: 8px; + color: grey; + padding-right: 50px; + font-style: italic; + text-align: left; +} + +.flex-select { + display: flex; + align-items: center; + justify-content: center; + gap: 10px; +} |
