summaryrefslogtreecommitdiffstats
path: root/src/components/App/App.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/App/App.module.scss')
-rw-r--r--src/components/App/App.module.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/App/App.module.scss b/src/components/App/App.module.scss
index 088a4f6..61e399e 100644
--- a/src/components/App/App.module.scss
+++ b/src/components/App/App.module.scss
@@ -16,7 +16,6 @@
16.sidebar { 16.sidebar {
17 width: calc((6 / 16) * 100%); 17 width: calc((6 / 16) * 100%);
18 height: 100%; 18 height: 100%;
19 overflow-y: auto;
20} 19}
21 20
22.details { 21.details {
@@ -24,11 +23,3 @@
24 overflow: hidden; 23 overflow: hidden;
25 height: 100%; 24 height: 100%;
26} 25}
27
28.noRequest, .noRequestSelected {
29 width: 100%;
30 height: 100%;
31 display: flex;
32 justify-content: center;
33 align-items: center;
34}